﻿:root{
    --mastercolor: #50A5F1;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

a {
    color: #50A5F1;
}

    a.dark_c {
        color: #495057;
    }

    a:hover {
        color: #50A5F1;
    }

.d-grid {
    display: grid;
}
.text_master{
    color:var(--mastercolor);
}
.c-blue {
    color: #50A5F1;
}
.c-green1 {
    color: #00AC1C;
}
.c-red1 {
    color: #D95D5D;
}
.c-red {
    color: #F46A6A;
}

.c_676565 {
    color: #676565;
}
.c_707070 {
    color: #707070;
}
.c_636363 {
    color: #636363;
}
.c_979797 {
    color: #979797;
}
.c_333333{
    color:#333333;
}
.c_747474{
    color:#747474;
}
.c_6b6b6b {
    color: #6B6B6B;
}
.c_666666 {
    color: #666666;
}
.c_53DD8A {
    color: #53DD8A;
}

.c_d80f0f {
    color: #D80F0F;
}

.c_4b4b4b {
    color: #4B4B4B;
}
.c_404040 {
    color: #404040;
}

.c_a4a4a4 {
    color: #A4A4A4;
}

.c_ababab {
    color: #ABABAB;
}
.c_7F8080{
    color:#7F8080;
}
.c_717171 {
    color: #717171;
}
.c_50A5F1 {
    color: #50A5F1;
}
.c_5A5A5A {
    color: #5A5A5A;
}
.c_5A5A5A_imp {
    color: #5A5A5A!important;
}
.c_495057 {
    color: #495057;
}
.c_ff0000{
    color:#ff0000;
}
.c_ff1100{
    color:#ff1100;
}
.c_9A9696 {
    color: #9A9696;
}

.c_454242 {
    color: #454242;
}

.c_525252 {
    color: #525252;
}
.c_8B8484 {
    color: #8B8484;
}
.bg_EBF1F8 {
    background: #EBF1F8;
}
.bg_fcfcfc{
   background-color: #fcfcfc;
}
.bg_f4f4f4 {
    background-color: #f4f4f4;
}
.bg_f8f8fb {
    background-color: #f8f8fb;
}
.bg_F2F9FF {
    background-color: #F2F9FF;
}
.bg_trans_blue {
    background-color: #dfecf7;
}
.bg_orange {
    background-color: #ff7543;
}
.bg_dark_green {
    background-color: #13b39a;
}
.bg_master {
    background-color:#50A5F1;
}
.fnt_s08 {
    font-size: .8125rem;
}
.fw_400{
    font-weight:400;
}
.fw_500{
    font-weight:500;
}
.fw_600{
    font-weight:600;
}
.badge-c1 {
    color: #5F5E5E;
    background-color: #BEDFFC;
}
.trans_1 {
    transition: 3.2s ease-in;
    -webkit-transition: 3.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    -ms-transition: 0.2s ease-in;
}  
.badge-c2 {
    color: #4F4F4F;
    background-color: #FCE062;
}
.min_height_unset_imp{
    min-height:unset!important;
}
.min_height_300x_imp{
    min-height:300px!important;
}
.min_height_250x_imp{
    min-height:250px!important;
}
.min_h_35x{
    min-height:35px;
}
.h_35x{
    height:35px;
}
.height_unset_imp {
    height: unset !important;
}
.height_0 {
    height: 0;
}
.right_0 {
    right: 0;
}
.right_1 {
    right: 1px;
}
.top_1 {
    top: 1px;
}
.top_2 {top: 2px;}
.right_2 {right: 2px;}
.badge-c3 {
    color: #000;
    background-color: rgba(110, 180, 237, 0.15);
}
.badge-c4 {
    color: #000;
    background-color: #eff2f7;
}

.bdg-light-green {
    background: #E2FFE8;
}

.bdg-light-red {
    background: #FFE9E9;
}

.bdg-red {
    background: red;
    color: white;
}

.bdg-light-blue {
    background: #EAF1F8;
}

.bdg-gray {
    background: #EEEEEE;
}

.bgc_unset_imp {
    background-color: unset !important;
}

.bg-none {
    background: none;
}
.bg_EBEFF4 {
    background: #EBEFF4;
}
.bg_f2f6fa {
    background-color: #F2F6FA;
}

.bg_EEEFF1 {
    background: #EEEFF1 !important;
}

.border_01 {
    border: 1px solid #ced4da !important;
}
.border_s1 {
    border: 1px solid #D6D6D6;
}
.border_s1_tp {
    border-top: 1px solid #D6D6D6;
}
.border_s1_bt {
    border-bottom: 1px solid #D6D6D6;
}
.bd_t1 {
    border: 1px solid #CED4DA;
}
.bd_t2 {
    border: 1px solid #CED4DA !important;
}
.bd_bt_01 {
    border-bottom: 1px solid #DBDBDB;  
}

.font-size-9 {
    font-size: 9px;
}
.font-size-25{
    font-size:25px;
}
.font-size-35 {
    font-size: 35px;
}
.font-size-38 {
    font-size: 38px;
}
.font-size-27 {
    font-size: 27px;
}
.rounded-xl {
    border-radius: .6rem !important;
}
.bt_0{
    bottom:0;
}
.cursor_pointer {
    cursor: pointer;
}
.cursor_unset {
    cursor: unset;
}
.resize_none {
    resize: none;
}
.font_weight_500 {
    font-weight: 500;
}

.word_break_all {
    word-break: break-all;
}
.word_break_word {
    word-break: break-word;
}
.word_break_normal {
    word-break: normal;
}
.min_w_100px{
    min-width:100px;
}
.min_w_125x{
    min-width:125px;
}
.min_w_150px {
    min-width: 150px;
}
.min_w_145x {
    min-width: 145px;
}
.max_w_100px{
    max-width:100px;
}
.max_w_unset_imp{
    max-width:unset!important;
}
.wd_100px {
    width: 100px;
}
.wd_140x{
    width:140px;
}
.wd_320x {
    width: 320px;
}

.white_space_normal {
    white-space: normal;
}

.white_space_normal_imp {
    white-space: normal !important;
}
.white_space_nowrap {
    white-space: nowrap;
}
.line_height_1 {
    line-height: 1;
}
.line_height_2 {
    line-height: 2;
}
.line_control_01 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.name_control01 {
    max-width: 225px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line_height_normal {
    line-height: normal;
}
.line_overflow_control01 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.left_0_imp{
    left:0px!important;
}
.top_3 {
    top: 3px;
}
.zIndex_1{
    z-index:1;
}
.zIndex_10{
    z-index:10;
}
.zIndex_2_imp{
    z-index:2!important;
}
.zIndex_1001{
    z-index:1001;
}
.zIndex_1051_imp {
    z-index: 1051!important;
}
.py_1px {
    padding-top:1px;
    padding-bottom: 1px;
}
.py_2px {
    padding-top: 2px;
    padding-bottom: 2px;
}
.py_3px {
    padding-top: 3px;
    padding-bottom: 3px;
}
.py_5px {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pl_80x_imp{
    padding-left:80px!important;
}
.pl_90x_imp{
    padding-left:90px!important;
}
.bd_tb_01 {
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
}
.footer {
    left: 180px;
}
.tb_title_light_font th{
    font-weight:normal!important;
}
.max_w_200x{
    max-width:200px;
}
.p_5_0_3_0 {
    padding: 5px 0px 3px 0px;
}
.p_5_0 {
    padding: 5px 0px 5px 0px;
}
.p_r_35x{
    padding-right:35px;
}
.pl_2px{
    padding-left:2px;
}
.mb_2x{
    margin-bottom:2px;
}
.mb_3x{
    margin-bottom:3px;
}
.w_120px {
    width: 120px;
}
.top_0{
    top:0;
}
.h_32p {
    height: 32px;
}

.text-black {
    color: #000;
}
.scrollbar01::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

.scrollbar01::-webkit-scrollbar-track {
    background: #f4f4f6;
}

.scrollbar01::-webkit-scrollbar-thumb {
    background: #e0e8ee;
    border-radius: 10px;
}

.scrollbar01::-webkit-scrollbar-thumb:hover {
    background: #aed8f8;
}

.scrollbar02::-webkit-scrollbar {
    width: 7px;
    height: 9px;
}

.scrollbar02::-webkit-scrollbar-track {
    background: #f6f6f6;
}

.scrollbar02::-webkit-scrollbar-thumb {
    background: #e7ecf0;
    border-radius: 10px;
}

.scrollbar02::-webkit-scrollbar-thumb:hover {
    background: #d0e8fc;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}
.hover_01{
    transition:0.25s;
}
.hover_01:hover {
    opacity: 0.7;
}
.datepicker-days .day.active {
    background-color: #50A5F1 !important;
}
.CustomModel_01 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.CustomModel_01.active {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 16px;
    display: block;
    background: rgb(0 0 0 / 30%);
}
.CustomModel_inner{
    margin: 1.75rem auto;
    position: relative;
    width: auto;
    pointer-events: none;
}

.btn_t1 {
    background: linear-gradient( 105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
    color: #fff;
    padding: 5px 20px;
}
.btn_white {
    background: #fff;
    color: #000;
}
.btn_white:hover {
    background: #fff;
    color: #000;
}
.pd_5_20{
    padding: 5px 20px;
}
    .btn_t1:hover {
        color: #fff;
    }

.btn_t2 {
    padding: 0px;
}

.btn_t3 {
    border: 1px solid #50A5F1;
    color: #50A5F1;
}

    .btn_t3:hover {
        color: #50A5F1;
        opacity: 0.8;
    }

.btn_t4 {
    border: 1px solid #B8B8B8;
    color: #50A5F1;
}

    .btn_t4:hover {
        color: #50A5F1;
        opacity: 0.8;
    }

.btn_danger {
    border: 1px solid #FF6E6E;
    color: #FF6E6E;
}
.btn_danger:hover {
    color: #FF6E6E;
    opacity: 0.8;
}

.btn_success {
    border: 1px solid #229605;
    color: #229605;
}
.btn_success:hover {
    color: #229605;
    opacity: 0.8;
}
.btn_prop01:disabled {
    border: 1px solid #B4B4B4;
    color: #B4B4B4;
}
.btn_prop01:disabled:hover {
    border: 1px solid #B4B4B4;
    color: #B4B4B4;
}
.btn_un {
    background-color:unset;
    outline:unset;
    border:unset;
    transition:0.3s;
}
.btn_un:hover{
    opacity:0.8;
}
.rounded_btn01 {
    background-color: #EAEAEA;
    color: #959595;
}
.bg_trans_grn {
    background-color: rgba(34, 150, 5, 0.1);
}
.bg_trans_rd {
    background-color: rgb(150 5 5 / 10%);
}
.badge_nearing_deadline {
    color: #A1A500;
    background: rgba(255, 209, 0, 0.18);
}

.badge_requested {
    color: #A1A500;
    background: rgba(255, 209, 0, 0.18);
}
.badge_paymentsettled {
    background: #fbede1;
    color: #fea858;
}

.badge_requote_requested {
    color: #8BAD06;
    background: rgba(247, 255, 214, 1);
}

.badge_closed_sts {
    color: #707070;
    background: rgba(164, 164, 164, 0.18);
}

.badge_default {
    color: #caadad;
    background-color: rgb(243 243 247);
}
.badge_soft_danger {
    color: #f46a6a;
    background: rgb(251 116 116 / 29%);
}
.badge_soft_success {
    color: #24b300;
    background: rgb(159 255 134 / 29%);
}
.badge_soft_master {
    color: #50a5f1;
    background-color: rgb(80 165 241 / 15%);
}
.bd_requested {
    border-color: #FCE062 !important;
}

.bd_rejected {
    border-color: #FCD0D0 !important;
}

.bd_requote_requested {
    border-color: #EBFAB1 !important;
}

.bd_nearing_deadline {
    border-color: #FCE062 !important;
}

.bd_accepted {
    border-color: #A9E8D9 !important;
}

.bd_submitted {
    border-color: #CFE5F6 !important;
}

.bd_normal {
    border-color: #f2f4f8 !important;
}

.bd_s1 {
    border-color: #FCE062 !important;
}

.bd_s2 {
    border-color: #CFE5F6 !important;
}

.bd_s3 {
    border-color: #FCE062 !important;
}

.bd_s4 {
    border-color: #FCD0D0 !important;
}

.bd_s5 {
    border-color: #BCBCBC !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #50A5F1;
    background-color: #50A5F1;
}

.form-control.dis_fm01:disabled {
    background-color: #fff !important;
}
.form-control.fm2 {
    background-color: #FCFCFC !important;
    border: 1px solid #CED4DA !important;
}
select.form-control option {
    white-space:normal!important;
}

.table {
    color: #000;
}
.request_section_tp1 {
    border-bottom: 3px solid transparent;
    color: #9A9A9A;
}

    .request_section_tp1 .t1 {
        color: #9A9A9A;
        font-weight: normal;
    }

    .request_section_tp1.active .t1 {
        color: #50A5F1;
        font-weight: 500;
    }

    .request_section_tp1.active {
        border-bottom: 3px solid #50A5F1;
        color: #50A5F1;
    }

    .request_section_tp1 .t2 {
        background: #DEDEDE;
        border-radius: 30px;
        padding-top: 1px;
    }

    .request_section_tp1.active .t2 {
        background: #CBE7FF;
    }

.choose_file_length01 {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 400px;
    overflow: hidden;
}
.cmt_rd_dot {
    position: absolute;
    top: -2px;
    right: -1px;
    width: 6px;
    height: 6px;
    background: #ff1100;
    border-radius: 5px;
    display: none;
}

    .cmt_rd_dot.active {
        display: block;
    }

.cmt_rd_dot_lg {
    position: absolute;
    top: -2px;
    right: -1px;
    width: 10px;
    height: 10px;
    background: #ff1100;
    border-radius: 5px;
}
#page-topbar{
    z-index:1003;
}
#sidebar-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    color: #A6B0CF;
    font-size: 15px;
}

#sidebar-menu ul li a span{
    text-align:center;
}

    #sidebar-menu ul li a i {
        text-align: center;
        position: absolute;
        width: 100%;
        top: .625rem;
        font-size: 1.5rem;
    }

#sidebar-menu ul li .badge {
    margin-left: 7px;
    margin-top: 0;
}

#sidebar-menu ul li ul.sub-menu {
    background-color: #fff;
}

    #sidebar-menu ul li ul.sub-menu li a {
        padding: 3rem 1.5rem .5rem 1.5rem;
    }

        #sidebar-menu ul li ul.sub-menu li a:hover {
            background: #e2e6ec;
        }

.mm-active {
    color: #50A5F1 !important;
}

    .mm-active > i {
        color: #50A5F1 !important;
    }

    .mm-active > a {
        color: #50A5F1 !important;
    }

        .mm-active > a i {
            color: #50A5F1 !important;
        }

    .mm-active .active {
        color: #50A5F1 !important;
    }

        .mm-active .active i {
            color: #50A5F1 !important;
        }

.menu-itms {
    display: flex;
    align-items: center;
}
.vertical-collpsed .vertical-menu {
    z-index: 1002;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    display: block;
    width: calc(240px + 70px);
}
    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
        width: 240px;
    }
    .vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
        color: #50A5F1;
        margin-left: 0px;
    }

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span.menu-itms {
    padding-left: 15px;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
    margin-left: 4px;
    position: unset;
    top: unset;
    width: auto;
    font-size: 1.25rem !important;
}

.vertical-collpsed .vertical-menu .sub-menu li a {
    justify-content: left !important;
}

    .vertical-collpsed .vertical-menu .sub-menu li a i {
        position: unset !important;
        width: auto !important;
        font-size: 1.25rem !important;
        margin-right:3px;
    }

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span.badge {
    display: inline !important;
    padding: 4px 8px;
    color: #fff;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
    color: #50A5F1;
}
.cust_checkbox01{
    position:relative;
}
.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
    width: 240px;
}
.cust_checkbox01 input[type="checkbox"] {
    width: 0;
    height: 0;
    position: relative;
    margin-right: 22px !important;
    top: 0px;
    cursor: pointer;
    visibility: hidden;
}

.cust_checkbox01 input[type="checkbox"] + .inspan::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    top: -1px;
    left: 0;
}
.cust_checkbox01.pos_01 input[type="checkbox"] + .inspan::before {
    margin-top: 5px;
}
.cust_checkbox01.pos_01 input[type="checkbox"] + .inspan::after {
    margin-top: 5px;
}
.cust_checkbox01 input[type="checkbox"]:checked + .inspan::before {
    background: linear-gradient(105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
    border: 1px solid #0B82D8 ;
}
.cust_checkbox01 input[type="checkbox"]:checked  + .inspan::after {
    position: absolute;
    content: '';
    top: 1px;
    left: 5px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.card-img-left {
    max-width: 45px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
}

.ui-datepicker-calendar tr th {
    background: #dee2e6;
    color: #3e3e3e;
    padding: 10px 10px;
    text-shadow: none;
    font-weight: 600;
    font-size: 12px;
    border: 0px solid #fff;
}

.ui-datepicker-calendar tr td {
    border: solid 1px #EFEFEF;
    background: #fbfbfb;
    padding: 3px 8px;
    font-size: 12px;
}

    .ui-datepicker-calendar tr td:last-child a {
        float: left;
        width: 25px;
        height: 25px;
        margin: 4px;
        border-radius: 100%;
        display: flex;
        color: white;
        justify-content: center;
        align-items: center;
        background: #50a5f1;
        border: solid 1px #50a5f1;
    }

.page-link {
    border-radius: 45px;
    border: unset;
}

.page-item.disabled .page-link {
    background-color: unset;
}

.request-details-section-1 .t1 {
    color: #4B4B4B;
}

.request-details-section-1 .t2 {
    color: #676565;
}

.request-details-section-1 .t3 {
    color: #4B4B4B;
}
/*status*/

.circle_d1 {
    background: #04BC16;
    width: 35px;
    height: 35px;
    border-radius: 45px;
    border: 1px solid #BBFFC2;
    position: relative;
    z-index: 1;
}

.circle_d2 {
    background: #f8f8fb;
    width: 35px;
    height: 35px;
    border-radius: 45px;
    border: 1px solid #E7E7E7;
    position: relative;
    z-index: 1;
}

.circle_d3 {
    background: #E6E6E6;
    width: 35px;
    height: 35px;
    border-radius: 45px;
    border: 1px solid #D4D4D4;
    z-index: 1;
    position: relative;
}

.status_circle_outer .inner__sec {
    width: 156px;
    padding: 0px 5px;
}

.status_circle_outer::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 76px;
    width: calc(50% - 76px);
    height: 2px;
    border-bottom: 2px dotted #50A5F1;
    z-index: 0;
}

.status_circle_outer::after {
    content: "";
    position: absolute;
    top: 45px;
    right: 76px;
    width: calc(50% - 76px);
    height: 2px;
    border-bottom: 1px solid #C4C4C4;
    z-index: 0;
}

.status_circle_outer .location_s1 {
    color: #2F80ED;
    line-height: 19px;
    margin-top: 5px;
}

.status_circle_outer .location_s2, .status_circle_outer .location_s3 {
    color: #767676;
    line-height: 19px;
    margin-top: 5px;
}

.sailing_icon {
    justify-content: center;
    top: 30px;
    left: 26%;
    display: none;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 45px;
    background: #f8f8fb;
    border: 1px solid #E7E7E7;
}

    .sailing_icon.active {
        display: flex;
    }

.circle_d2_inner {
    display: none;
}

.circle_d2.active {
    background: #50A5F1;
}

    .circle_d2.active .circle_d2_inner {
        display: flex;
    }

/*end status*/
.chatbox__outer {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1002;
    max-width: 390px;
}

    .chatbox__outer.active {
        display: block;
    }

.chatbox_avatar_section {
    width: 35px;
    height: 35px;
    position: relative;
}

    .chatbox_avatar_section .avr {
        width: 100%;
        border-radius: 50%;
        height: 100%;
        object-fit: cover;
        outline: 1px solid #ececec;
    }

    .chatbox_avatar_section .sts {
        position: absolute;
        top: -2px;
        right: -2px;
    }

.chat-conversation .chat-day-title:before {
    top: 47%;
}

.chat-conversation .chat-day-title .title {
    background-color: #EEFAFF;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 45px;
}

.chat-conversation .conversation-list .ctext-wrap {
    padding: 9px 15px;
    max-width: 320px;
}


.chat-conversation .conversation-list {
    margin-bottom: 10px;
}

.chat-conversation .right .conversation-list .ctext-wrap {
    background-color: #BFE1FF;
    color: #000;
}
.bd_chat_bt_att {
    border-bottom: 1px solid #b2d2ed !important;
    margin-bottom: 3px;
}
.chat_att_length {
    max-width: 252px;
}
.chat-conversation .conversation-list .chat-time {
    text-align: left;
    font-size: 10px;
    padding-top: 2px;
}

.chat-conversation .right .conversation-list .chat-time {
    text-align: right;
}

.chat-input {
    padding-right: 65px;
    padding-left: 15px;
}

input.chat-input {
    background-color: #F3F3F3 !important;
}

.chat__emoji_sec .emj {
    position: absolute;
    top: 4px;
    left: 8px;
}

.chat-input-links {
    right: 6px;
}

.chat-conversation .conversation-list .attchmnt_link {
    color: #000000;
}

    .chat-conversation .conversation-list .attchmnt_link:hover {
        color: #5d5d5d;
    }

.chat-input-section .attch_linkname {
    position: absolute;
    bottom: -21px;
}


/*EMOJI SECTION*/

.emoji {
    color: transparent;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    height: 25px;
    width: 25px;
}

    .emoji::selection {
        background-color: highlight;
        color: transparent;
    }

.emoji-image {
    font-size: 14px;
    line-height: 28px;
}

.emoji-button {
    cursor: pointer;
    margin: 5px;
    display: none;
}

.emoji-editor {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: text;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    -webkit-font-smoothing: antialiased;
    height: 100px;
    overflow: auto;
    padding: 5px;
    resize: both;
    width: 100%;
}

.emoji-picker {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    width: 230px;
    z-index: 1;
    margin-top: -256px;
}

    .emoji-picker a {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
        padding: 3px;
    }

.emoji-selector {
    border-bottom: 1px solid #ccc;
    display: flex;
}

    .emoji-selector li {
        margin: 5px;
    }

.emoji-group {
    display: grid;
    grid-template-columns: repeat(6, 16.66667%);
    height: 200px;
    overflow-y: scroll;
    padding: 3px;
}
/*.tab-content > .tab-pane {
    display: grid;
}*/

.table .thead-lighten th {
    background-color: #E5F1FC;
    border-color: #E5F1FC;
}
.table .thead_light_bg th {
    background-color: #EDF2F8;
    border: unset;
}
.table_st01.table td, .table_st01.table th{
    border-top: unset;
}
.table_st01.table tbody {
    border: unset;
}
.v_align_middle {
    vertical-align: middle;
}
.v_align_top_imp {
    vertical-align: top!important;
}

.table.comp_table th {
    vertical-align: middle;
    border: 1px solid #DCDBDB;
    background-color: #E9F5FF;
    min-height:200px;
}
.table.comp_table td {
    vertical-align: middle;
    border: 1px solid #DCDBDB;
}
.table.comp_table.valigntop td, .table.comp_table.valigntop th {
    vertical-align: top;
}
.w-control-hiding {
    width: 0;
    padding: 0;
    display: none;
}

table.hometable.dataTable th {
    vertical-align: middle;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #5897fb;
    color: #fff;
}
.select2_custom_01 .select2-container {
    width:100%!important;
}
.select2_custom_01 .select2-container .select2-selection--single{
        height: 35px;
}
.select2_custom_01 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.select2_custom_01 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}
.select2_custom_01 .select2-container--default .select2-selection--single {
    
    border: 1px solid #CED4DA;
}
.select2_custom_01 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 5px;
    border-width: 5px 5px 0 5px;
}
.select2_custom_01 .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 34px;
    margin-right: 24px;
}
.select2_custom_02 .select2-container {
    width: 100% !important;
}
.select2_custom_02 .select2-container--default .select2-selection--single {
    background-color: #FCFCFC !important;
    border: 1px solid #CED4DA !important;
    height: 38px;
}
.select2_custom_02 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    font-size: 14px;
    padding-left: 10px;
}

.select2_custom_02 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    vertical-align: middle !important;
    background: url(../images/icons/dropar.svg) no-repeat right 0.75rem center/8px 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: url(../images/icons/dropar.svg) no-repeat right 0.50rem center/8px 10px;
}
.select2-container--disabled .select2-selection--single .select2-selection__rendered {
    background: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.ms-options-wrap > button:after {
    display: none;
}
.ms_select_custom_01 .ms-options-wrap > button:focus, .ms_select_custom_01 .ms-options-wrap > button {
    border: 1px solid #CED4DA;
    border-radius: 4px;
    height: 35px;
    margin-top: 0;
    padding-left: 8px;
}
.ms_select_custom_01 .ms-options-wrap > button:after {
        content: ' ';
    right: 9px;
    border: 5px solid rgba(0, 0, 0, 0);
    margin-top: -2px;
        border-top-color: #999;
}
.ms_select_custom_02 .ms-options-wrap {
    width:100%;
}
.ms_select_custom_02 .ms-options-wrap > button {
    background-color: #FCFCFC !important;
    border: 1px solid #CED4DA !important;
    border-radius: 3px;
    font-size: 14px;
    color: #7F8080;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin:0;
}
    .ms_select_custom_02 .ms-options-wrap > button:focus {
        font-size: 14px;
        color: #7F8080;
        padding-left: 12px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin: 0;
    }




.linked_req_disabled_link {
    pointer-events: none;
}

    .linked_req_disabled_link i {
        color: #ddd !important;
    }

.page-item.active .page-link {
    background: linear-gradient( 105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
    background-color: unset;
    border-color: #50A5F1;
}

.page-link:hover {
    color: #50A5F1;
}

.bg_linked_request_tb {
    background: #E8EEF4;
}

.modal_linked_req_outer {
    height: 100%;
    overflow-y: auto;
    min-height: 580px;
}

.box_11 {
    background-color: #c7dbec;
    color: #166198;
}

.tagged_req_lst_itm:nth-child(n+5) {
    display: none;
}

.active.tagged_req_lst_itm:nth-child(n+5) {
    display: block;
}

.tariff_item_search {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 100%;
}

    .tariff_item_search .form-control {
        border: none;
        height: 38px;
        padding-left: 25px;
        padding-right: 25px;
        background-color: #f6f7f8 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }

        .tariff_item_search .form-control::placeholder {
            color: #C4C4C4;
        }

        .tariff_item_search .form-control::-webkit-input-placeholder {
            color: #C4C4C4;
        }

        .tariff_item_search .form-control:-ms-input-placeholder {
            color: #C4C4C4;
        }

    .tariff_item_search .search_btn {
        position: absolute;
        z-index: 10;
        font-size: 20px;
        line-height: 38px;
        right: 3px;
        bottom: 0;
        color: #1e8ddf;
        cursor: pointer;
    }

    .tariff_item_search .search_icn {
        display: none;
        position: absolute;
        z-index: 10;
        font-size: 22px;
        line-height: 38px;
        left: 3px;
        bottom: 0;
        color: #C4C4C4;
    }

    .tariff_item_search .sclose_btn {
        display: none;
        position: absolute;
        z-index: 10;
        font-size: 20px;
        line-height: 38px;
        right: 3px;
        bottom: 0;
        color: #1e8ddf;
        cursor: pointer;
    }

    .tariff_item_search.active .search_icn {
        display: block;
    }

    .tariff_item_search.active .form-control {
        display: block;
    }

    .tariff_item_search.active .sclose_btn {
        display: block;
    }

    .tariff_item_search.active .search_btn {
        display: none;
    }

.tg_request_order {
    border: 1px solid #A6B0CF;
}

    .tg_request_order .lt .box_1 {
        background-color: #D9EDFF;
        color: #0B82D8;
    }

.close_red_icn {
    color: #FF045E;
    padding-left: 5px;
}

.b1_border_color {
    border-color: #d4dae4 !important;
}

.quantity_bx01 {
    border: 1px solid #DFDFDF;
    width: 98px;
    height: 30px;
    background: #fff;
}

    .quantity_bx01 .bt {
        border: none;
        background: unset;
    }

        .quantity_bx01 .bt i {
            color: #50A5F1;
        }

        .quantity_bx01 .bt:hover i {
            opacity: 0.5;
        }

    .quantity_bx01 .inp_bx {
        width: 40px;
        padding: 5px;
        border: unset;
        background-color: unset !important;
        height: auto;
        border-left: 1px solid #DFDFDF;
        border-right: 1px solid #DFDFDF;
        border-radius: unset;
        color: #000;
        text-align: center;
        font-size: 16px;
    }

.total_col {
    width: 80px;
    padding: 5px 5px;
    margin: 0;
    height: 30px;
    text-align: center;
    background-color: unset !important;
    font-size: 16px;
}

.dy_input {
    width: 40px;
    padding: 5px 5px;
    margin: 0;
    height: 30px;
    text-align: center;
    background-color: unset !important;
    font-size: 16px;
}

.text_area01 {
    background-color: unset !important;
    border: 1px solid #DCDCDC;
}

    .text_area01:focus-visible {
        outline: none;
    }

.custom-file-label.custom-f-lbl {
    display: inline-table;
    padding-left: 165px;
}

    .custom-file-label.custom-f-lbl::after {
        top: 2px;
        left: 0;
        right: unset;
        padding: .47rem 2.75rem;
        background-color: #EEEEEE;
        content: "Choose file";
        border-radius: .25rem;
        color: #000;
    }


.add_service_title {
    color: #50A5F1;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

    .add_service_title::before {
        position: absolute;
        content: "";
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #50A5F1;
    }
.O_validation {
    font-size: 10px;
    color: red;
}
.search__bx {
    position: absolute;
    top: 2px;
    right: 15px;
    width: 100%;
    max-width: 280px;
}

    .search__bx .form-control {
        border-radius: 45px;
        height: 35px;
        padding-left: 10px;
        padding-right: 25px;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none;
    }

        .search__bx .form-control::placeholder {
            color: #C4C4C4;
        }

        .search__bx .form-control::-webkit-input-placeholder {
            color: #C4C4C4;
        }

        .search__bx .form-control:-ms-input-placeholder {
            color: #C4C4C4;
        }

    .search__bx .search__btn {
        position: absolute;
        z-index: 10;
        font-size: 20px;
        line-height: 38px;
        right: 0;
        top: 0px;
        color: #1e8ddf;
        cursor: pointer;
    }

    .search__bx .search__close_btn {
        display: none;
        position: absolute;
        z-index: 10;
        font-size: 20px;
        line-height: 38px;
        right: 5px;
        bottom: 0;
        color: #1e8ddf;
        cursor: pointer;
    }

    .search__bx.active .form-control {
        display: block;
    }

    .search__bx.active .search__close_btn {
        display: block;
    }

    .search__bx.active .search__btn {
        display: none;
    }

.add-service-popup-body {
    max-height: 300px;
    overflow-y: auto;
}

#LinkTable.dataTable td, #LinkTable.dataTable th {
    font-size: 14px !important;
}

/*.chatbox___outer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    max-width: 390px;
}*/
.form-control.ss01 {
    border-radius: 45px;
    padding: 4px 10px;
    height: 30px;
    line-height: normal;
    font-size: 12px;
    background-color: #efeffa !important;
    border: unset;
}

.grd_set01 {
    grid-auto-flow: column;
    grid-template-columns: 290px 122px 150px 103px 155px 80px 110px auto;
    display: grid;
}
.grd_set03 {
    grid-auto-flow: column;
    grid-template-columns: 189px 89px 112px 98px 74px 70px 73px auto;
    display: grid;
}

.pk_document_template_head {
    background: #EDF2F8;
    color: #000;
    padding: 10px 0;
    font-weight: 600;
}

.grd_set01 .pk_t1 {
    padding: .5rem;
}
.grd_set03 .pk_t1 {
    padding: .5rem;
}
.grd_set02 {
    grid-auto-flow: column;
    grid-template-columns: 300px 80px 70px 70px 80px 76px 89px 89px 121px 121px 148px 93px 73px 170px 91px;
    display: grid;
}

    .grd_set02 .pk_t1 {
        padding: .5rem;
    }
.grd_set04 {
    grid-auto-flow: column;
    grid-template-columns: 300px 80px 70px 70px 89px 89px 121px 121px 93px 73px 170px 91px;
    display: grid;
}
.grd_set04 .pk_t1 {
    padding: .5rem;
}
.pk_tarifset {
    background: #fff;
    color: #495057;
    align-items: center;
}

.pk_service_nm {
    border-bottom: 1px solid #CDCDCD;
    padding: .5rem;
}

.pk_document_more {
    border-top: 1px solid #CDCDCD;
    padding: .5rem;
}

.pk_document_template_content_inner {
    box-shadow: 2px 9px 11px rgb(183 183 183 / 30%);
    background: #fff;
    margin-bottom: 10px;
}

.line_shorten01 {
    max-width: 170px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.decribe_sec {
    width: 320px;
    max-height: 170px;
    overflow-y: auto;
}

.willchange_unset {
    will-change: unset !important;
}

.btn_disable {
    opacity: 0.5;
    pointer-events: none;
}

.btn.disable_btn01 {
    opacity: 0.5 !important;
    pointer-events: none !important;
    border: 1px solid #818181 !important;
    color: #818181 !important;
}

.br_D9D9D9 {
    border-color: #D9D9D9 !important;
}

.form-control.fm1.bgc_unset_imp {
    background-color: unset !important;
}

.checkbox_st01 {
    position: relative;
    cursor: pointer;
    appearance: none;
    width: 43px;
    height: 25px;
    border-radius: 20px;
    border: 2px solid #ccc;
    outline: none;
    transition: 0.3s;
}

    .checkbox_st01::before {
        content: "";
        position: absolute;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: #ccc;
        top: 3px;
        left: 4px;
        transition: 0.3s ease-in-out;
    }

    .checkbox_st01:checked::before {
        transform: translateX(15px);
        background: #00A44B;
    }

    .checkbox_st01:checked {
        border-color: #00A44B;
    }
.slt_tarrif_title{
    width:450px;
}
.pk_chat_list_body {
    right: 30px;
    bottom: 10px;
    z-index: 1002;
    width: 370px;
    display:none;
}
.pk_chat_list_body.show{
    display:block;
}
.pk_chat_list_cnt {
    height: 395px;
    overflow-y: auto;
}
.cht_label_01 {
    border: 1px solid #FCE062;
    color: #C9A400;
}
.startdim {
    -webkit-text-stroke-color: #ffc107;
    -webkit-text-stroke-width: 0.5px;
    color: transparent !important;
}
.startlight {
    color: #ffc107 !important;
}
.servicelist_div {
    height: calc(100% - 130px);
    overflow-y: auto;
    position: absolute;
    width: calc(100% - 30px);
}
.search_setting_s1 i{
    position:absolute;
    right:3px;
    top:3px;
}
.search_setting_s1 input:focus{
    outline:unset;
}
.table_cell_st01 {
    min-height: 50px;
    align-items: center;
    display: flex;
}
.addagency_select_outer {
    position: relative;
}
.addagency_select_outer::after {
    content: "Add New Agency";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 5px;
}
.addagency_select_outer::after:focus {
    background: #fff;
}
.addagency_select {
    position:relative;
    opacity:0;
    z-index:1;
}
.addagency_select:focus{
    opacity:1;
}
.two_tb_outer {

}
.two_tb_left{
    width:100%;
}
.two_tb_right {
    display:none;
}
.two_tb_outer.active .two_tb_left {
    width:calc(100% - 600px);
}
.two_tb_outer.active .two_tb_right {
    display: block;
    width:600px;
}
.tbl_icon_set {
    border: 4px solid;
    border-radius: 10px;
    width: 40px;
    height: 40px;
}

    .tbl_icon_set .img_t1 {
        height: 31px;
        width: 31px;
        border-radius: 10px;
    }
.tbl_icon_set_01 {
    border-radius: 10px;
    width: 45px;
    height: 45px;
    box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 8%);
}

.tbl_icon_set_01 .img_t1 {
    height: 45px;
    width: 45px;border-radius: 10px;
}
.notif_dot {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 12px;
    height: 12px;
    background: #ff1100;
    border-radius: 10px;
    display: none;
}

.notif_dot.active {
    display: block;
}
.grid_chat_icn {
    position: absolute;
    bottom: -5px;
    right: -9px;
    width: 21px;
    height: 21px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 2px rgb(0 0 0 / 10%);
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.grid_chat_icn i{
    color: #C4C4C4;
}
.grid_chat_icn.active i{
    color: #50A5F1;
}
.table_rightside thead th {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.3;
    vertical-align: middle;
}
.agency_list_view_btn_close {
    display: none;
}
.agency_list_view_btn.active {
    background: linear-gradient(105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
    color:#fff;
}

.agency_list_view_btn.active .agency_list_view_btn_open {
    display:none;
}
.agency_list_view_btn.active .agency_list_view_btn_close {
    display:block;
}
.agen_name{
    max-width:100px;
    white-space:normal;
}
.navb-link.agnecy_lst_item {
    display: inline-block;
    color: #5A5A5A;
    background: #F3F3F3;
    border: 2px solid #DADADA;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;padding:8px;
    min-height:82px;
}
.navb-link.agnecy_lst_item.active {
    
    color: #545454;
    background: #d9edff;
    border: 2px solid #66B4FB;
}
.agnecy_lst_item .agn__name {
    max-width:150px;
    min-width:100px;
    text-align:left;
}
.frm_trans01:disabled {
    background-color: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}
.frm_trans01.form-control:disabled {
    background-color: transparent !important;
}
.table .untable-settings th{
    background-color:transparent;
}

.add__agency__outer .main-content {
    margin-left: 0px;
}
.add__agency__outer .page-content {
    padding: 0px;
}
.add__agency__outer .serviceList_left {
    height: calc(100vh - 373px);
    overflow: auto;
}
.add__agency__outer .agencyList_right {
    overflow: auto;
    height: calc(100vh - 295px);
}
.add__agency__outer .AgencyList_ContentDiv {
    min-height: calc(100vh - 300px);
}
.add__agency__outer .sbr01::-webkit-scrollbar {
    width: 10px;
    height: 12px;
}

.add__agency__outer .sbr01::-webkit-scrollbar-track {
    background: #eaeaec;
}

.add__agency__outer .sbr01::-webkit-scrollbar-thumb {
    background: #bebebe;
    border-radius: 10px;
}

.add__agency__outer .sbr01::-webkit-scrollbar-thumb:hover {
    background: #a4a3a3;
}
.FrInnerAgencyAdd{
    display:none;
}
.fm__grt {
    max-width: 70px;
    padding: 0 4px;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: auto;
}
.fm__grt.form-control:disabled {
    background: transparent !important;
    border-color: transparent !important;
    padding: 0;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: auto;
    max-width: 70px;
}
.add__agency__outer .FrInnerAgencyAdd {
    display: block;
    width:100%;
}

.v_type .select2-container--disabled {
    display: none;
}
.v_type .select2-selection {
    /*background-color: transparent !important;*/
    border: 1px solid #c3cbd8 !important;
}
.form-control.ser_frm_itm {
    color: #000;
    font-weight: 500;
    height: auto;
    background-color: transparent !important;
}
.form-control.fm_ser__01:disabled {
    border-color: transparent !important;
    padding: 0 !important;
    background-color: transparent !important;
}
.form-control.fm_ser__02:disabled {
    border-color: transparent !important;
    padding: 0 !important;
    background-color: transparent !important;
}
.plc_hold::placeholder{
    font-size:12px;
}
.form-control::placeholder {
    color: #c5c5c5;
    font-weight: 100;
}
.required {
    color: #ff0000!important;
}
.tarrif_master_custm_btns {
    right: 5px;
    top: -65px;
}
.search__01 .form-control {
    border: 1px solid #DCD8D8;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
}
.search__01 span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: 38px;
    left: 13px;
    top: 0;
    color: #74788d;
}
.search__02 {
    top: -5px;
    right: 3px;
}
    .search__02 .form-control {
        height: 30px;
        border: none;
        padding-left: 40px;
        padding-right: 25px;
        background-color: #f3f3f9;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 30px;
    }
    .search__02 .srch {
        position: absolute;
        z-index: 10;
        font-size: 14px;
        line-height: 30px;
        left: 13px;
        top: 0;
        color: #74788d;
    }
    .search__02 .cls_bt {
        position: absolute;
        z-index: 10;
        font-size: 16px;
        line-height: 30px;
        right: 10px;
        top: 0;
        color: #74788d;
    }
    .search__02{
        width:0;
        transition:0.2s;
    }
    .search__02.show {
        width: 220px;
    }
    .modal_lg {
        max-width: 800px;
    }
.select_bx_s1 .select2-container {
    width: 100%!important;
}
.select_bx_s1 .select2-container--default .select2-selection--single {
    background-color: #FCFCFC;
    border: 1px solid #CED4DA;
}
.select_bx_s1 .select2-container .select2-selection--single {
    height: 35px;
}
.select_bx_s1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}
.select_bx_s1 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 4px;
}
.custom_select_01 .ms-options-wrap > button:focus, .custom_select_01 .ms-options-wrap > button {
    border: 1px solid #ced4da !important;
    padding: 5px 20px 6px 16px !important;
    height: 43px;
    border-radius: 4px;
    margin-top: 0px !important;
    font-size: 17px !important;
    color: #495057 !important;
}
.empty__hide:empty{
   visibility:hidden;
}
.opacity_0{
    opacity:0;
}
.opacity_0_8{
    opacity:0.8;
}

.profile__img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ddd;
    object-fit: cover;
}
.profile__img__edit {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: #ddd;
    object-fit: cover;
}

.profile_sec_right {
    border-left: 1px solid #DBDBDB;
}
.input_t1 {
    border: 1px solid #DCDCDC;
    height:40px;
    outline:none;
}
.input_t1::placeholder {
    color:#959595;
    font-weight:normal;
}
.input_t1:focus,.input_t1:active {
    border: 1px solid #DCDCDC;
    height: 40px;
    outline:none;
}
.input_t2 {
    border: 1px solid #DCDCDC;
    height: 48px;
    outline: none;
}

.input_t2::placeholder {
    color: #959595;
    font-weight: normal;
}

.input_t2:focus, .input_t2:active {
    border: 1px solid #2A92E1;
    height: 48px;
    outline: none;
}

.profile_edit_s1_left{
    width:250px;
}
.profile_edit_s1_right {
    width: calc(100% - 250px);
}
.sent_doc_icon {
    display: none;
}
.sent_doc_icon.active{
    display:block;
}
.loginPageOuter{
    width:100vw;
    height:100vh;
}
.loginBox{
    max-width:800px;
    width:100%;
    border-radius:45px;
    overflow:hidden;

}
.pswd-icon {
    position: absolute;
    top: 17px;
    right: 10px;
    color: #A9A9A9;
}
.cust_input_bx1{
    position:relative;
    z-index:1;
}
.cust_input_bx1_in:focus ~ .cust_input_bx1_lb {
    top: -10px;
    z-index:1;
}
.cust_input_bx1_in.active ~ .cust_input_bx1_lb {
    top: -10px;
    z-index: 1;
}
.cust_input_bx1_lb {
    position:absolute;
    top:13px;
    left:12px;
    transition:0.2s ease-out;
    z-index:-1;
}
.cust_input_bx1_lb2 {
    position: absolute;
    top: 13px;
    left: 12px;
    margin-left: 65px;
    transition: 0.2s ease-out;
    z-index: -1;
}
.cust_input_bx1_lb2.active{
    top: -10px;
    z-index: 1;
    margin-left: 0px;
}
.login_right_sec {
    background-image: url(../../assets/images/login_img_2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 43%;
}
.login_left_sec{
    width:57%;
}
.regPageOuter {
    width: 100vw;
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: auto;
}
.bg_style01 {
    background: url(../images/login_bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
}
.pagination_st01 {
    min-width: 28px;
    height: 28px;
    margin: 0 2px;
    border-radius:45px;
    background-color: #fff;
    font-size:14px;
    padding:2px 5px;
    color:#000;
}
.pagination_st01:hover {
        color: #50A5F1;
        background-color: #eff2f7;
}
.pagination_st01.active {
    background: linear-gradient( 105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
    border-color: #0B82D8;
    color:#fff;
}
.scroll_settings_tab01{
    max-height:80vh;
}
.desc_parent {
    min-height: 57px;
}
.line__control.active {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line__control.temp_active {
    overflow: hidden;
    height: 39px;
}
.chatlist__li.active {
    background-color: #eef1f6;
}
.agency_list_img {
    width: 45px;
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}
.custom_logo_img_s1 {
    width: 60px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}
.owner_lt_height_st01{
    max-height: calc(80vh - 84px);
    overflow-y:auto;
}
.owner_rt_height_st01 {
    max-height: 80vh;
    overflow-y: auto;
}
.common_table_styling {
    border-top: 1px solid #eff2f7;
}

.common_table_styling table.dataTable {
    margin-top: 0 !important;
}

.common_table_styling thead {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul > li.optgroup {
    padding-top: 0;
}
.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul > li.optgroup .label {
    padding-left: 27px;
    position: relative;
}

.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul > li.optgroup .label::before {
    position: absolute;
    content: '';
    background: url(../images/icons/ship_img01.png);
    width: 17px;
    height: 14px;
    top: 7px;
    left: 3px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul label {
    padding-left: 26px;
}
.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #fff;
}

.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul label {
    position: relative;
}

.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul label input[type="checkbox"] {
    width: 0;
    height: 0;
    margin-right: 22px !important;
    top: 0px;
    cursor: pointer;
    visibility: hidden;
}

.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul label::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #C8C8C8;
    border-radius: 2px;
    top: -1px;
    left: 3px;
}

.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul label::before {
    margin-top: 6px;
}

.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul label::after {
    margin-top: 5px;
}

.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul li.selected label::before {
    background: linear-gradient(105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
    border: 1px solid #0B82D8;
}

.owner_ms_custombox_prop .ms-options-wrap > .ms-options > ul li.selected label::after {
    position: absolute;
    content: '';
    top: 2px;
    left: 8px;
    width: 4px;
    height: 9px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.agency_servicelist_category_prop {
    padding-left: 25px;
    position: relative;
}

    .agency_servicelist_category_prop::before {
        position: absolute;
        content: '';
        background: url(../images/icons/ship_img01.png);
        width: 18px;
        height: 17px;
        top: 1px;
        left: 0px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
li.paginate_button.page-item {
    padding: 0 4px;
}
.icon_disable {
    color: #9A9696!important;
    pointer-events: none;
}
.grt_nrt_err_msg {
    position: absolute;
    left: 0;
    bottom: -9px;
}
.O_validation.addon_01 {
    position: relative;
    top: 3px;
}
.edit_sts_list {
    padding: 2px 0 !important;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}
.edit_sts_li {
    border-bottom: 1px solid #e7eaef;
}
.edit_sts_li.active {
    color:#50A5F1;
    background-color: #ffffff;
}
.edit_sts_li.active:hover {
    color:#50A5F1;
    background-color: #f8f9fa;
}
.edit_sts_li:last-child {
    border-bottom: unset;
}
.vessel_status_select_bx .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 10px;
}
.vessel_status_select_bx .select2-selection.select2-selection--single {
    height: 22px;
}
.vessel_status_select_bx .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}
.select2-results__option {
    font-size: 11px;
}
.vessel_status_select_bx .select2-container--disabled .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
}
.vessel_more_details {
    max-height: 0;
    visibility: hidden;
    transition:0.5s;
    opacity:0;
}
.vessel_more_details.active {
    max-height: 700px;
    visibility: visible;
    opacity:1;
}
.form_control_parent_t1 .fm1 {
    height: 30px;
    padding: 5px 5px;
}
.select_bx_s2 .select2-container{
    width:100% !important;
}
.select_bx_s2 .select2-container .select2-selection--single {
    border: 1px solid #ced4da;
    font-size: 12px;
    height: 30px;
}
.select_bx_s2 .select2-container--default .select2-selection--single .select2-selection__clear {
    display:none;
}
.select_bx_s2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    background: url(../images/icons/dropar.svg) no-repeat right 0.55rem center/8px 10px;
    line-height: 30px;
}
input[switch] {
    display: none;
}
input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #ced4da;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input[switch] + label.switch_sm {
    width: 50px;
    height: 23px;
}
input[switch]:checked + label {
    background: linear-gradient( 105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
}
input[switch]:checked + label.success_switch {
    background: #34c38f;
}
input[switch] + label:before {
    color: #343a40;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input[switch] + label.success_switch:before {
    font-size: 10px;
    line-height: 20px;
    right: 1px;
}
input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px;
}
input[switch] + label:after {
    content: '';
    position: absolute;
    left: 3px;
    background-color: #eff2f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
input[switch] + label.switch_sm:after {
    left: 4px;
    height: 17px;
    width: 17px;
    top: 3px;
}
input[switch]:checked + label:after {
    left: 33px;
    background-color: #eff2f7;
}
input[switch]:checked + label.switch_sm:after {
    left: 30px;
}
.notification_nav .nav-link {
    display: inline-block;
}
.notification_nav .notif_icon {
    width: 40px;
    height: 40px;
    background: #9b9dab;
    color: #fff;
}
.notification_nav .nav-link.active .notif_icon {
    background: linear-gradient( 105.49deg, #0B82D8 -8.45%, #66B4FB 119.03%);
}
.notification_nav .notification_request_tab .nav-link.active .notif_icon {
    background: #ff7543;
}
.notification_nav .notification_order_tab .nav-link.active .notif_icon {
    background: #13b39a;
}
.sm_round {
    width: 1rem;
    height: 1rem;
}
.day_media {
    padding-left: 1rem;
    padding-right: 1rem;
}
.sm_dot {
    width: 0.5rem;
    height: 0.5rem;
}
.dropdown-menu.show.notify_hide {
    position: fixed !important;
    right: 5px !important;
    top: 71px !important;
    left: unset !important;
}
input.notification_search_t1{
    background-color:#fff !important;
}
.form_radio:checked + .form_radio_label{
    color: var(--mastercolor);
}
.more_icn_attch {
    right: -12px;
    top: -12px;
}
.textarea_resize_01 {
    resize: none; 
}
.img_thumb_t1 {
    width: 45px;
    height: 40px;
    object-fit: cover;
    border-radius: 0.25rem;
    border: 1px solid #eff2f7;
}

/*RESPONSIVE */
@media only screen and (min-width: 767px) {
    .modal_md {
        max-width: 550px;
    }
}
@media only screen and (min-width: 1100px) {
    .grd_set03 {
        grid-template-columns: 190px 121px 112px 98px 74px 70px 73px auto;
    }
}
@media only screen and (min-width: 1200px) {
    .grd_set03 {
        grid-template-columns: 235px 124px 135px 98px 74px 70px 73px auto;
    }
}
@media only screen and (min-width: 1300px) {

    .grd_set03 {
        grid-template-columns: 24% 8% 11% 8% 7% 6% 7% 29%;
    }
}
@media only screen and (min-width: 1400px) {
    .grd_set01 {
        grid-template-columns: 24% 10% 13% 8% 13% 8% 10% 14%;
    }
    .grd_set03 {
        grid-template-columns: 25% 9% 11% 8% 7% 9% 9% 22%;
    }
}
@media only screen and (min-width: 1500px) {
    .grd_set01 {
        grid-template-columns: 24% 13% 13% 8% 13% 7% 9% 13%;
    }
    .grd_set03 {
        grid-template-columns: 26% 9% 11% 8% 7% 9% 9% 21%;
    }
}
@media only screen and (min-width: 1730px) {
    .grd_set02 {
        grid-template-columns: 240px 80px 70px 70px 80px 76px 89px 89px 121px 121px 148px 93px 73px 170px auto;
    }
    .grd_set04 {
        grid-template-columns: 390px 80px 70px 80px 70px 89px 89px 121px 121px 93px 73px 210px auto;
    }
}
@media only screen and (max-width: 1730px) {

    .grd_set04 {
        grid-template-columns: 260px 80px 70px 80px 70px 89px 89px 121px 121px 93px 73px 190px auto;
    }
}
@media only screen and (max-width: 1570px) {
    .da_tem01_width {
        width: fit-content;
    }

    .grd_set04 {
        grid-template-columns: 260px 80px 70px 80px 70px 89px 89px 121px 121px 93px 73px 200px 65px;
    }
}
@media only screen and (max-width: 1320px) {
    .slt_tarrif_title {
        width: 350px;
    }

}
@media only screen and (max-width: 767px) {
    .login_left_sec {
        width: 100%;
    }
    .loginBox {
        border-radius: 25px;
    }
}


