/*!
Template :	ICOCrypto @by Softnio
Theme	 :  Default
Version   :  1.9.3
Updated   :  05/05/2021 
*/
/*! WRITE YOUR CUSTOM STYLE **/
/**UPCOMING COLLECTIONS**/
                                    .nmb-container {position: relative; left: calc(1240px - 24px - 202px); top: 144px;}
                                    .nmb {font-family: "Avenir Next" !important; font-style: normal; font-weight: 600; letter-spacing: -0.03em; height: 36px; width: 170px; font-size: 16px !important; padding: 8px 16px !important; line-height: 20px;}
                                    .t-h4 { font-family: 'Avenir Next' !IMPORTANT; }
                                    .nm-container {position: absolute; display: flex; flex-direction: column; width: 140px; left: 145px; top: 35px; z-index: 9;}
                                    .nm-btn {height: 30px; font-family: 'Avenir Next' !important; border: 1px solid transparent; border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; background: rgba(255, 255, 255, 0.2); color: #FFF;}
                                    .nm-btn:hover {background: rgba(255, 255, 255, 0.7); color: #FFF; }
                                    .navBut{line-height: 0px !important; text-align: center !important; color: #FFFFFF50 !important; max-height:40px !important; flex-direction: row; justify-content: center; align-items: center; padding: 8px 18px 8px 16px; }
                                    .pHide {display:none !important;} 
                                    .iTitle{opacity: 1 !important; font-family: 'Avenir Test' !important;}h4{font-family: 'Avenir Test' !important;} 
                                    p{color:#FFFFFF !important;}
                                    .caption-details {margin-left: 240px;}/**@iPloy [Nov 30, 2021]: **/
                                    .caption-details-p {width: 630px;line-height: 20px; /**@iPloy [Nov 30, 2021]: **/

                                      /**@iPloy [Jan 26, 2021]: Fix long overflowing description **/
                                      display: -webkit-box;
                                      -webkit-line-clamp: 3;
                                      -webkit-box-orient: vertical;
                                      overflow: hidden;
                                      text-overflow: ellipsis;
                                      margin-bottom: 0px;
                                    }
                                    .pLabel {margin: 0px 0px !important; color: #808080 !important;} /**@iPloy [Nov 30, 2021]: vertical spacing 8px between countdown and dateTime (Figma File: comment 13); font color changed to gray (Figma File: comment 19); **/
                                    .other-details-child {margin-right: 16px;}
                                    .cDiv {display:flex;} 
                                    .cDiv-child {padding: 9px 0px 0px 0px;} /**@iPloy [Nov 30, 2021]: to fix link icon distancing (Figma File: comment 12) **/
                                    .link-icon-container {margin-right: -34px !IMPORTANT; padding-right: 10px;} /**@iPloy [Nov 30, 2021]: to fix link icon distancing (Figma File: comment 12) **/
                                    .link-icon {margin-left: 7px !important;} /**@iPloy [Nov 30, 2021]: to fix link icon distancing of 16px(Figma File: comment 12) **/
                                    .pDiv { display: flex; flex-direction: row; justify-content: center; text-align: center; align-items: center; padding: 4px 8px; background: #273078; border-radius: 8px; width: 114px; height: 28px; margin-top: 8px; margin-left: 8px;} 
                                    
                                    .eth { display: flex; flex-direction: row; justify-content: center; text-align: center; align-items: center; padding: 4px 8px; background: #273078; border-radius: 8px; width: 109px; height: 28px; margin-top: 8px; margin-left: 16px;}
                                    .sol { display: flex; flex-direction: row; justify-content: center; text-align: center; align-items: center; padding: 4px 8px; background: #273078; border-radius: 8px; width: 88px; height: 28px; margin-top: 8px; margin-left: 16px;}
                                    .pol { display: flex; flex-direction: row; justify-content: center; text-align: center; align-items: center; padding: 4px 8px; background: #273078; border-radius: 8px; width: 97px; height: 28px; margin-top: 8px; margin-left: 16px;}
                                    .pinP { display: flex; flex-direction: row; justify-content: center; text-align: center; align-items: center; padding: 4px 8px; background: #273078; border-radius: 8px; width: 110px; height: 28px; margin-top: 8px; margin-left: 16px;}
                                    
                                    .eth_bc_tag {border-radius: 8px; width: 109px;}
                                    .sol_bc_tag {border-radius: 8px; width: 88px;}
                                    .pol_bc_tag {border-radius: 8px; width: 97px;}
                                    .pro_bc_tag {border-radius: 8px; width: 110px;}
                                    .bc_tc { margin-top: 5px; margin-left: 16px;}
                                    .pro_tc { margin-top: 5px; margin-left: 4px;}
                                    
                                    .pImg {max-width: 16px; border: 1px solid rgba(0, 0, 0, 0.097);} 
                                    .preview-image {width:100%; height:100%; border-radius:16px; } /**@iPloy [Nov 30, 2021]: preview image class for preview items created; border-radius changed from 10px to 8px (collectionScript.js line: 356) **/
                                    .b-img { border-radius:16px !important;}
                                    .s-img-1 {border-radius: 16px 8px 8px 8px !important;}
                                    .s-img-2 {border-radius: 8px 16px 8px 8px !important;}
                                    .s-img-3 {border-radius: 8px 8px 8px 16px !important;}
                                    .s-img-4 {border-radius: 8px 8px 16px 8px !important;}
                                    .e-img {
                                      opacity: 0.1;
                                      animation-name: blinkers;
                                      animation-duration: 10s;
                                      animation-iteration-count: infinite;
                                      animation-direction: alternate;
                                      animation-timing-function: linear; 
                                     }
                                     @keyframes blinkers {
                                      100%,0%{
                                        opacity: 0.1;
                                      }
                                      8%{
                                        opacity: 0.14;
                                      }
                                      16%{
                                        opacity: 0.17;
                                      }
                                      25%{
                                        opacity: 0.2;
                                      }
                                      33%{
                                        opacity: 0.3;
                                      }
                                      41%{
                                        opacity: 0.4;
                                      }
                                      50%{
                                        opacity: 0.5;
                                      }
                                      58%{
                                        opacity: 0.6;
                                      }
                                      66%{
                                        opacity: 0.7;
                                      }
                                      75%{
                                        opacity: 0.8;
                                      }
                                      83%{
                                        opacity: 0.9;
                                      }
                                      91%{
                                        opacity: 1;
                                      }
                                     }


                                    .piDiv {width: 16px; height: 32px;}
                                    .ptDiv {height: 20px; width: 75px; margin-left: 4px; }
                                    .piP {margin-top: 0.5px;}
                                    .platform_option { background: rgba(255, 255, 255, 0.2); border: 1px solid #FFFFFF; box-sizing: border-box; border-radius: 8px; font-size: 16px; letter-spacing: -0.03em; color: #FFFFFF; flex: none; order: 0; flex-grow: 0; margin: 0px 6px; width: 151px; max-height: 40px !important; padding: 8px 8px 8px 16px;} 
                                    .ppDiv {    display: flex; flex-direction: row; justify-content: flex-start; align-items: center; position: relative; left: 20px; top: 8px;}
                                    .platform_item{background: #272A69 !important; color: #FFFFFF; text-align: left;}
                                    .project-feature-image {margin: 40px 10%;width: 960px; left: 240px;top: 1363px; border: none !important;}
                                    .project-feature-container {opacity: 1 !important; z-index: 3;}
                                    .project-feature-space {padding-top: 30px !important; border: none !important;} /**@iPloy [Nov 30, 2021]: Adjusted padding top to 30 in order to achieve the horizontal spacing from ads to pagination at 40px (Figma File: comment 16 and comment 17) **/
                                    
                                    .ad_image {margin: 40px 10%;width: 960px; left: 240px;top: 1363px; border: none !important;}
                                    .ads_container {opacity: 0;z-index: 3;}
                                    .ads_space {padding-top: 30px !important; border: none !important;} /**@iPloy [Nov 30, 2021]: Adjusted padding top to 30 in order to achieve the horizontal spacing from ads to pagination at 40px (Figma File: comment 16 and comment 17) **/
                                    .hidden { display:none !important; }
                                    .iList {margin-top:24px; border-radius: 24px !important; max-width: 1240px; min-width: 1240px;} /**@iPloy [Nov 30, 2021]: border-radius force-changed from default 24px to 16px **/
                                    
                                    .iPin {
                                      box-shadow: 0px 0px 20px 0px #ffff00;
                                      animation-name: borderColorLoop;
                                      animation-duration: 10s;
                                      animation-iteration-count: infinite;
                                      animation-direction: alternate;
                                      animation-timing-function: linear; 
                                    }
                                    @keyframes borderColorLoop {
                                      100%,0%{
                                        box-shadow: 0px 0px 20px 0px rgb(255,0,0);
                                      }
                                      8%{
                                        box-shadow: 0px 0px 20px 0px rgb(255,127,0);
                                      }
                                      16%{
                                        box-shadow: 0px 0px 20px 0px rgb(255,255,0);
                                      }
                                      25%{
                                        box-shadow: 0px 0px 20px 0px rgb(127,255,0);
                                      }
                                      33%{
                                        box-shadow: 0px 0px 20px 0px  rgb(0,255,0);
                                      }
                                      41%{
                                        box-shadow: 0px 0px 20px 0px rgb(0,255,127);
                                      }
                                      50%{
                                        box-shadow: 0px 0px 20px 0px rgb(0,255,255);
                                      }
                                      58%{
                                        box-shadow: 0px 0px 20px 0px rgb(0,127,255);
                                      }
                                      66%{
                                        box-shadow: 0px 0px 20px 0px rgb(0,0,255);
                                      }
                                      75%{
                                        box-shadow: 0px 0px 20px 0px rgb(127,0,255);
                                      }
                                      83%{
                                        box-shadow: 0px 0px 20px 0px rgb(255,0,255);
                                      }
                                      91%{
                                        box-shadow: 0px 0px 20px 0px rgb(255,0,127);
                                      }
                                      
                                    }
                                    
                                    .pinPost {
                                      /**@box-shadow: 0px 0px 15px 0px #a259ff; **/
                                      animation: shadowThrob 1.5s infinite;
                                      animation-direction: alternate;
                                      /**-webkit-animation: shadowThrob 1.5s ease-out infinite; **/
                                      -webkit-animation: shadowThrob 1.5s cubic-bezier(0.4, 0, 1, 1) infinite;
                                      -webkit-animation-direction: alternate;
                                    }
                                    @keyframes shadowThrob {
                                      from {box-shadow: 0 0 15px 0px rgba(162,89,255, 0.7);}
                                      to {box-shadow: 0 0 90px 6px rgba(162,89,255, 0.3);}
                                    }
                                    @-webkit-keyframes shadowThrob {
                                      from {box-shadow: 0 0 90px 6px rgba(162,89,255, 0.7);}
                                      to {box-shadow: 0 0 15px 0px rgba(162,89,255, 0.3);}
                                   }
                                    .pinPostText {  color: #FFFF40 !important; margin-left: -10px; margin-top: 0.5px;}
                                    .other-details {width: 630px; justify-content: flex-start !important; column-gap: 24px;} /**@iPloy [Nov 30, 2021]: **/ 
                                    .section.features .other-details p{ font-family: 'Avenir Next', sans-serif; font-style: normal;font-weight: normal;font-size: 16px;line-height: 20px;letter-spacing: -0.03em;color: #FFFFFF;opacity: 0.7;flex: none;order: 1;flex-grow: 0;margin: 8px 0px;}
                                    .pagination {column-gap: 6px;}
                                    /***#spacer {margin-right: -30px;}*/

                                   .m-space { margin-top: -56px !important;}
                                   .cd-space {display: flex;
                                    width: 630px !important;
                                    flex-direction: column;
                                    justify-content: space-between;
                                    height: 173px;}
                                    
                                    .features-list .upcoming-list li > .media.media-4 div div, .features-list .upcoming-list li > .media.media-2 div, .features-list .upcoming-list li > .media.media-1 div {
                                      background: url('assets/images/404.jpg') !important;
                                      border-radius: 10px;
                                    }

                                    .upcoming-collection-des { width: 930px; margin: 25px 0 10px -182px; font-size: 16px; line-height: 20px; letter-spacing: -0.03em; }
                                    .features { padding-bottom: 0px !important; max-height: fit-content !important;min-height: fit-content !important; }
                                    .btn-container { display: flex; justify-content: space-between;margin: 3px 0px 0; }

                                    /*the container must be positioned relative:*/
                                     .custom-select {
                                        line-height: 20px;
                                        position: relative;
                                        background: rgba(255, 255, 255, 0.2);
                                        border: 1px solid #FFFFFF;
                                        box-sizing: border-box;
                                        border-radius: 8px;
                                        font-size: 16px;
                                        letter-spacing: -0.03em;
                                        color: #FFFFFF;
                                        flex: none;
                                        order: 0;
                                        flex-grow: 0;
                                        width: 151px;
                                        max-height: 40px !important;
                                        min-height: 40px !important;
                                        padding: 8px 8px 8px 16px;
                                        top: -7px;
                                        left: -20px;
                                    }

                                    
                                    .selector {
                                        border: 1px solid #FFFFFF;
                                        box-sizing: border-box;
                                        display: none;
                                    }
                                    
                                    .child-select select {
                                      display: none; /*hide original SELECT element:*/
                                    }
                                    
                                    .select-selected {
                                      background: rgba(255, 255, 255, 0.2);
                                      position: relative;
                                      left: -16px;
                                      top: -8px;
                                      width: 149px;
                                      border-radius: 8px;
                                      height: 40px;
                                    }

                                    /* IE11 hide native button*/
                                    select::-ms-expand {
                                    display: none;
                                    }

                                    /*style the arrow inside the select element:*/
                                    .select-selected:after {
                                      position: absolute;
                                      font-family: "themify";
                                      content: '\e64b';                                      
                                      top: 10px;
                                      right: 18px;
                                      width: 10px;
                                      height: 0;
                                    }
                                    
                                    /*point the arrow upwards when the select box is open (active):*/
                                    .select-selected.select-arrow-active:after {
                                      font-family: "themify";
                                      content: '\e648';
                                      border-color: transparent transparent #fff transparent;
                                      top: 5px;
                                    }
                                    
                                    /*style the items (options), including the selected item:*/
                                    .select-items div,.select-selected {
                                      color: #ffffff;
                                      padding: 10px 16px;
                                      border: 1px solid transparent;
                                      border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
                                      cursor: pointer;
                                      user-select: none;
                                    }
                                    
                                    /*style items (options):*/
                                    .select-items {
                                      position: absolute;
                                      background: rgba(255, 255, 255, 0.2);
                                      top: 100%;
                                      left: 0;
                                      right: 0;
                                      z-index: 99;
                                    }
                                    
                                    /*hide the items when the select box is closed:*/
                                    .select-hide {
                                      display: none;
                                    }
                                    
                                    .select-items div:hover, .same-as-selected {
                                      background-color: rgba(0, 0, 0, 0.1);
                                    }

                                    .section-footer { background: #1A2347 !important;}
                                    
                                    @media only screen and (max-width: 375px) {
                                      .iTitle {font-size: 18px !important; line-height: 20px; letter-spacing: -0.03em;}
                                      .upcoming-collection-des { width: 335px; margin: 10px 0 10px 0; font-size: 16px; line-height: 20px; letter-spacing: -0.03em; text-align: justify;}
                                      .btn-container { display: flex; flex-direction: column; }
                                      .project-feature-space {    margin-left: -32px;}
                                      /*Blockchain Selector:*/
                                      .ppDiv { display: flex; justify-content: center; position: relative; }
                                      /*the container must be positioned relative:*/
                                     .custom-select .child-select{
                                          line-height: 20px;
                                          position: relative;
                                          background: rgba(255, 255, 255, 0.2);
                                          border: 1px solid #FFFFFF;
                                          box-sizing: border-box;
                                          border-radius: 8px;
                                          font-size: 16px;
                                          letter-spacing: -0.03em;
                                          color: #FFFFFF;
                                          flex: none;
                                          order: 0;
                                          flex-grow: 0;
                                          width: 151px;
                                          max-height: 40px !important;
                                          min-height: 40px !important;
                                          padding: 8px 8px 8px 16px;
                                          top: -7px;
                                          left: -20px;
                                      }
                                      
                                      .selector {
                                          border: 1px solid #FFFFFF;
                                          box-sizing: border-box;
                                      }
                                      
                                      .custom-select select {
                                        display: none; /*hide original SELECT element:*/
                                      }
                                      
                                      .select-selected {
                                        background: rgba(255, 255, 255, 0.2);
                                        position: relative;
                                        left: -16px;
                                        top: -8px;
                                        width: 149px;
                                        text-align: left;
                                        padding-left: 16px !important;
                                      }

                                      /* IE11 hide native button*/
                                      select::-ms-expand {
                                      display: none;
                                      }

                                      /*style the arrow inside the select element:*/
                                      .select-selected:after {
                                        position: absolute;
                                        font-family: "themify";
                                        content: '\e64b';                                      
                                        top: 10px;
                                        right: 18px;
                                        width: 10px;
                                        height: 0;
                                      }
                                      
                                      /*point the arrow upwards when the select box is open (active):*/
                                      .select-selected.select-arrow-active:after {
                                        font-family: "themify";
                                        content: '\e648';
                                        border-color: transparent transparent #fff transparent;
                                        top: 5px;
                                      }
                                      
                                      /*style the items (options), including the selected item:*/
                                      .select-items div,.select-selected {
                                        color: #ffffff;
                                        padding: 10px 16px;
                                        border: 1px solid transparent;
                                        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
                                        cursor: pointer;
                                        user-select: none;
                                      }
                                      
                                      /*style items (options):*/
                                      .select-items {
                                        position: absolute;
                                        background: rgba(20, 30, 68, 0.7);
                                        top: 100%;
                                        left: 0;
                                        right: 0;
                                        z-index: 9999;
                                      }
                                      
                                      /*hide the items when the select box is closed:*/
                                      .select-hide {
                                        display: none;
                                      }
                                      
                                      .select-items div:hover, .same-as-selected {
                                        background-color: rgba(0, 0, 0, 0.1);
                                      }


                                      /*Collections*/
                                      .iList {
                                        margin-top: 24px;
                                        border-radius: 16px !important;
                                        width: 355px!important;
                                      }

                                      .features-list .upcoming-list li {
                                        background: #141E44;
                                        border-radius: 24px;
                                        padding: 24px;
                                        margin-bottom: 25px;
                                        position: relative;
                                        min-height: 423px !important;
                                        max-height: 423px !important;
                                      }

                                      .features-list .upcoming-list li > .caption {
                                        height: 120px !important;
                                        width: 170px !important;
                                        display: flex !important;
                                        flex-direction: column;
                                        margin-right: 0px;
                                        padding-right: 0px;
                                      }

                                      .features-list .upcoming-list li > .media {
                                        width: 130px!important;
                                        height: 130px!important;
                                        margin-right: 10px;
                                        float: left;
                                      }

                                      .caption-details {
                                        width: 283px !important;
                                        height: 325px !important;
                                        position: relative;
                                        left: -250px;
                                        top: -25px;
                                        display: flex !important;
                                        flex-direction: column;
                                        justify-content: space-between;
                                      }

                                      .caption-details-p {
                                        width: 283px;
                                        margin-bottom: -25px;
                                        display: -webkit-box !important;
                                        -webkit-line-clamp: 4;
                                        -webkit-box-orient: vertical;
                                        text-overflow: ellipsis;
                                        overflow: hidden;
                                        text-align: justify;
                                        margin-top: 20px;
                                      }

                                      .caption-details-p-old {
                                        width: 283px;
                                        height: 90px;
                                        line-height: 20px;
                                        position: relative;
                                        top: 10px;
                                        left: 0px;
                                        text-align: justify;
                                        display: flex !important;
                                        flex-direction: column;
                                        row-gap: 23px;
                                      }

                                      .other-details {
                                        max-width: 283px;
                                        display: flex !important;
                                        flex-wrap: wrap;
                                        justify-content: space-between !important;
                                        row-gap: 26px;
                                      }

                                      
                                    
                                      .cDiv {display: flex; flex-direction: column; width: 160px; height: 100px;} 
                                      .cDiv-child {padding: 9px 0px 0px 0px;} /**@iPloy [Nov 30, 2021]: to fix link icon distancing (Figma File: comment 12) **/

                                      .eth_bc_tag {border-radius: 8px; width: calc(109px * 0.7);}
                                      .sol_bc_tag {border-radius: 8px; width: calc(88px * 0.7);}
                                      .pol_bc_tag {border-radius: 8px; width: calc(97px * 0.7);}
                                      .pro_bc_tag {border-radius: 8px; width: calc(110px * 0.7);}
                                      .bc_tc { margin-top: 0px; margin-left: 0px;}
                                      .pro_tc { position: relative; top: -31px; left: 76px;}
                                      .title { padding: 0px !important;}

                                      .section.features .caption-details h4{
                                        font-size: 18px !important;
                                        line-height: 18px;
                                        letter-spacing: -0.03em;
                                      }

                                      .link-icon {
                                        width: 20px !important;
                                      }

                                    }

                                    /*FOR INDEX PAGE DEAFULT*/
                                    #contact-email-error {position: absolute; right: -10px; top: -15px; font-size: 11px; line-height: 18px; padding: 2px 10px; border-radius: 2px; z-index: 9; white-space: nowrap;}
														        .lblError:after { display: inline-block !important; position: absolute; content: ''; height: 0; width: 0; border-left: 5px solid transparent; border-right: 5px solid #e6604a; border-bottom: 5px solid transparent; bottom: -5px; left: 3px; }
														
                                    .slides{
                                      display: block;
                                    }

                                    .su-btn {
                                      width: 37%;
                                      height: 55px !important;
                                      font-size: 16px;
                                      font-family: 'Avenir Test' !important;
                                      font-style: normal;
                                      font-weight: normal;
                                      letter-spacing: .03em;
                                    }

                                    .s-btn {
                                      width: 37%;
                                      height: 55px !important;
                                      font-size: 14px;
                                      font-family: 'Avenir Test' !important;
                                      font-style: normal;
                                      font-weight: normal;
                                      letter-spacing: -0.03em;
                                    }


                                    /*FOR INDEX PAGE - MOBILE VIEW 375px*/
                                    @media only screen and (max-width: 375px) {

                                      .s-btn {width: 180px !important; height: 45px !important;}
                                      .email {height: 43px !important;}
                                      .field-wrap{
                                        height: 45px !important;
                                        padding-top: 1px !important;
                                      }
                                      .su-btn {
                                        width: 116px;
                                        height: 45px !important;
                                        font-size: 16px;
                                        font-family: 'Avenir Test' !important;
                                        font-style: normal;
                                        font-weight: normal;
                                        letter-spacing: .03em;
                                      }
                                      

                                    .slides{
                                      display: none;
                                      margin-bottom: 0px;                                      
                                    }

                                    .feature-section:nth-child(1){
                                      margin-top: 0px !important;
                                    }

                                    .feature-section:nth-child(3) {
                                      margin-bottom: 0px !important;
                                  }

                                    @-webkit-keyframes fade {
                                      from {opacity: .4}
                                      to {opacity: 1}
                                    }
                                    
                                    @keyframes fade {
                                      from {opacity: .4}
                                      to {opacity: 1}
                                    }
                                    /* The dots/bullets/indicators */
                                    .dot {
                                      cursor: pointer;
                                      height: 15px;
                                      width: 15px;
                                      margin: 0 2px;
                                      background-color: #bbb;
                                      border-radius: 50%;
                                      display: inline-block;
                                      transition: background-color 0.6s ease;
                                    }

                                    .active, .dot:hover {
                                      background-color: #717171;
                                    }

                                    }
/**Market Overview**/

.market-overview-title {
  font-style: normal;
  font-weight: bold;
  font-size: 50px!important;
  line-height: 60px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
}

section.overviews {
  padding: 120px 0 20px;
}

.btn-container-overview {
  display: flex;
  justify-content: flex-end;
  column-gap: 16px;
  margin: 3px 0px 0;
}

.tbl-container
{
  margin-right: 40px;
}

.tbl-overview {
  width: 102.312%;
  background: #313A7F;
  border-collapse: separate;
  border-radius: 8px;
  margin-top: 24px;
}

.tbl-overview th{
  flex: none; order: 0; align-self: stretch; flex-grow: 0; margin: 0px 0px; 
}

.tbl-overview th, td{
  padding: 8px 16px;
}

.diamond {
  border: 4px solid transparent;
  border-bottom: 5px solid #FFF;
  position: relative;
  top: -15px;
  left: 5px;  
}
.diamond:after {
  content: '';
  position: absolute;
  left: -4px;
  top: 26px;
  border: 4px solid transparent;
  border-top: 5px solid #FFF;
}

.tbl-overview td{
  height: 88px;
  background: #282E70;
  /* BottomStroke 
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);*/
    border-bottom: 1px solid rgb(255 255 255 / 25%);
  /* Inside Auto Layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 1px 0px;
}

.tbl-overview img{
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.tbl-overview tr:last-child td:last-child{
  border-radius: 0 0 8px 0;
}

.tbl-overview tr:last-child td:first-child{
  border-radius: 0 0 0 8px;
}

.tbl-overview th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5){
  cursor: pointer;
}

.tbl-overview td:nth-child(1), th:nth-child(1){
  width: 275px;
}

.tbl-overview td:nth-child(2), th:nth-child(2){
  width: 207px;
  text-align: center;
}

.tbl-overview td:nth-child(3), td:nth-child(4), th:nth-child(3), th:nth-child(4){
  width: 240px;
  text-align: center;
}

.tbl-overview td:nth-child(5), th:nth-child(5){
  width: 289px;
  text-align: center;
}

.rd {
  color: #FF0000 !important; 
  font-size: 12px;
}

.rd::before {
  content: '';
  position: relative;
  left: -1px;
  top: 10px;
  border: 2px solid transparent;
  border-top: 3px solid #FF0000;
}

.ru {
  color: #98BF64 !important; 
  font-size: 12px;
}

.ru::before {
  content: '';
  border: 2px solid transparent;
  border-bottom: 3px solid #98BF64;
  position: relative;
  top: -10px;
  left: -2px;
}

.ut-container {
  position: relative;
  width: 100%;
  text-align: right;
  top: 13px;
}

.pag {
  height: 100px;
}

.mgb-m30 {
  margin-bottom: 0px !important; /**to get rid of showing vertical scroll bar**/
}

.hide{
  display: none;
}

.timg-container {display: flex; flex-direction: row; column-gap: 6px; align-items: center;}
.t-con {line-height: 20px;}