body{
    margin: 0;
    padding: 0;
}
body *{
    font-family: sans-serif;
    box-sizing: border-box;
}
.pac-container {
    z-index: 10000 !important; 

}
.crmf-container{
    width: 100%;
    height: auto;
}
.crm-navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #0F4D92;

    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.crm-btn{
    display: inline-block;
    height: 32px;
    font-size: 15px;
    background: #F5F5F5;
    color: #0F4D92;
    padding: 0 10px;
    border: 1px solid #F5F5F5;
    border-radius: 3px;
    transition: .15s all ease-in-out;
    cursor: pointer;
    text-decoration: none;
    line-height: 32px;
    margin: 0 2px;
    outline: 0;
}
.crm-btn:hover{
    color: #0b2954be;
}
.crm-search-filter-sec{
    padding: 20px;

    position: fixed;
    left: 0;
    right: 0;
}
.sfs-body{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 70%;
}
.sfs-inp-box{
    width: 33%;
    margin: 10px 0;
}
.sfs-inp-box input,
.sfs-inp-box select{
    height: 35px;
    width: 90%;
    padding: 0 8px;
    font-size: 16px;
    color: #757575;
    background: #fff;
    border: 1px solid darkgray;
    border-radius: 2px;
    
    transition: .3s all ease-in-out;
    outline: 0;
}
select{
    cursor: pointer;
}
.sfs-inp-box input:hover,
.sfs-inp-box input:focus,
.sfs-inp-box select:hover,
.sfs-inp-box select:focus{
    color: #747474;
    border-color: #747474;
}
.sfs-inp-box span{
    position: relative;
    left: -30px;
    color: #75757578;
}
.sfs-inp-box span i{
    position: absolute;
    top: 0;
    left: 0;
}
.crm-table-body::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
    display: none;
    border-radius: 25px;
}
.crm-table-body::-webkit-scrollbar,
.crm-drpdwn-menu::-webkit-scrollbar
{
	width: 5px;
	background-color: transparent;
    border-radius: 25px;
    height: 5px;
}
.crm-table-body::-webkit-scrollbar-thumb,
.crm-drpdwn-menu::-webkit-scrollbar-thumb
{
    background-color: #0b295469;
	border: 1px solid #5555552c;
    border-radius: 25px;
}
.crm-table-body::-webkit-scrollbar-thumb:hover,
.crm-drpdwn-menu::-webkit-scrollbar-thumb:hover{
    background: #0F4D92;
}
.crm-table{
    border-collapse: collapse;
    width: 100vw;
}
.crm-table-sec{
    padding: 0 20px;

    background: #fff;
    width: fit-content;
    position: relative;
    top: 412px;
}
.crm-sec-heading{
    font-size: 16px;
}
.crm-table-head {
    margin-bottom: 3px;
    border-bottom: 1px solid lightgray;
    padding: 8px 0;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    position: fixed;
    left: 22px;
    right: 22px;
    top: 360px;
}
.crm-table tr th, td{
    text-align: left;
    padding: 10px 8px;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
}
.crm-table tr td span,
.crm-table tr td input{
    font-size: 14px;
}
.crm-table .top-thead tr th{
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
}

.crm-table tfoot tr td,
.crm-table tbody tr td:nth-child(2){
    font-weight: 600;
    color: #0F4D92;
}
.th_a,
.edit_btn,
.edit_btn a,
.del_btn,
.del_btn a{
    color: #0F4D92;
    text-decoration: none;
}
.crm_op_btn i{
    color: #0F4D92!important;
}
.th_a i{
    font-size: 10px;
}
.edit_btn a:hover,
.del_btn a:hover{
    text-decoration: underline;
}
.ico-td{
    padding-left: 10px!important;
    padding-right: 15px!important;
    color: #ADADAD;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
}
.crm-table tr{
    border-bottom: 1px solid rgba(174, 174, 174, 0.322);
}
.crm-table thead tr:last-child{
    border-bottom: 1px solid darkgray;
}
.crm-table tfoot tr{
    border-top: 1px solid darkgray;
    position: sticky;
    bottom: 0;
    background: #fff;
    box-shadow: 0 0 1px lightgrey;
}
.crm-table tbody tr:last-child{
    border: none;
}
::placeholder{
    color: #757575;
}
::-webkit-calendar-picker-indicator {
    color: #747474!important;
    opacity: .5;
}
.crm-hidden{
    display: none!important;
}
td[colspan='12'] p{
    margin: 0;
}
.deal-disc-list{
    list-style: circle;
    margin: 0;
    /* margin-left: 30px; */
    margin-left: 10px;
    color: #0F4D92;
}
.deal-disc-list li{
    padding: 5px 0;
    border-bottom: 1px solid rgba(174, 174, 174, 0.219);
}
.deal-disc-list li:last-child{
    border-bottom: none;
}
.deal-disc-list li span{
    color: #000;
    width: 200px;
    display: inline-block;
}
.deal-disc-list li .an_td{
    width: 70%;
    text-align: justify;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #0F4D92;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px 17px;
    font-size: 20px;
}

/* popup form */
.crm-form-reveal-overlay {
    z-index: 9999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10,10,10,0.45);
    overflow-y: auto;
}
.crm-form-reveal {
    border-radius: 6px;
    padding: 50px 40px 20px;
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    border: 1px solid #cacaca;
    background-color: #fefefe;
    position: relative;
    top: 2px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
    width: 50%;
    overflow: hidden;
}

.files-previw-tbl{
    width: 100%;
}
.edit_att_innp{
    width: 100%;
    pointer-events: none;
}
.edit_att_innp:focus{
    outline: 0;
}
.equipmentPopup,
.driverPopup{
    padding: 50px;
    padding-bottom: 20px;
    width: 35%;
    top: 145px;
}
.crm-form-reveal .crm-form-title {
    margin: -50px -52px 0px;
    padding: 18px 50px;
    background: #0F4D92;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.titlePlant{
    padding: 0!important;
    margin-top: 0!important;
    text-align: center;
}
.crm-form-reveal .close-button {
    display: inline-block;
    font-size: 32px;
    padding: 10px 22px;
    border: none;
    background: transparent;
}
.close-button {
    position: absolute;
    color: #fff;
    cursor: pointer;
}
.close-button, .close-button.medium {
    right: 1rem;
    top: 4px;
    font-size: 2em;
    line-height: 1;
}
.crm-form-reveal .close-button:hover {
    color: #fff;
}
.crm-form-plantBox .crm-form-box{
    border: 1px solid rgba(211, 211, 211, 0.404);
    border-radius: 3px;
    padding: 10px 0px;
    margin: 10px 0;
    display: none;
}
.crm-checkboxRow,
.crm-radioRow{
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.crm-chk,
.crm-radio{
    width: 20px!important;
    height: 20px!important;
    margin-right: 5px;
    cursor: pointer;
}
.crm-chkLbl,
.crm-radioLbl{
    font-size: 18px!important;
    cursor: pointer;
}
.logis-hide{
    display: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.crm-formSubmitBtn{
    float: right;
    width: 100%;
}
.crm-form-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.crm-inp-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.crm-inner-box{
    display: flex;
    align-items: center;
    width: 45%;
    height: 35px;
    overflow: hidden;
}
.crm-inner-box span{
    font-size: 16px;
    color: #0F4D92;
    border-bottom: 2px solid #0F4D92!important;
    line-height: 30px;
    font-weight: 400;
    height: 30px!important;
    width: 50%;
}
.crm-inp{
    font-size: 16px!important;
    padding: 4px 8px!important;
    width: 100%!important;
    height: 30px!important;
    border: none!important;
    border-radius: 0!important;
    border-bottom: 2px solid lightgray!important;
	background: transparent!important;
	font-weight: 400!important;
    color: #000;
    outline: 0;
}
.crm-inp:hover{
    border-color: #AEAEAE!important;
}
.crm-inp:focus{
    border: none!important;
    border-bottom: 2px solid #AEAEAE!important;
    outline: 0!important;
    color: #0F4D92;
}
.crm-sel{
    padding-left: 2px!important;
}
.crm-lbl{
    font-size: 16px;
    color: #000;
    font-weight: 500;
    user-select: none;
}
.crm-submit{
    width: 100%!important;
    font-size: 14px!important;
    color: #fff!important;
    background: #0F4D92!important;
    border: 0!important;
    border-radius: 3px!important;
    padding: 12px 24px!important;
    cursor: pointer;
    font-weight: 500;
}
.crm-submit:hover{
    transform: scale(1.01)!important;
}
/* login page */
.crm-ul-container{
    width: 50%;
    margin: 0 auto;
    transform: translate(0, 30%);
}

.crm-ul-head{
    width: 100%;
    background: #EEEEEE;
    color: #000;
    text-align: center;
    height: 35px;
    line-height: 35px;
}
.crm-ul-head span{
    font-size: 18px;
    color: #0F4D92;
}
.crm-ul-head-sec{
    padding: 40px 0 40px;
    text-align: center;
}
.sp1{
    font-size: 30px;
    font-weight: bold;
    /* letter-spacing: 5px; */
    color: #0F4D92;
}
.sp2{
    font-size: 16px;
    letter-spacing: 1px;    
    color: #0F4D92;
}
.nav_sp{
    color: #fff;
}
.crm-error-msg{
    font-size: 12px;
    color: rgba(255, 0, 0, 0.808);
    display: inline-block;
    width: 100%;
    text-align: right;
}
.crm-change-form-sec,
.edit-am-field-set,
.edit-field-set{
    border-top: 1px dotted #d3d3d382;
    margin-top: 25px;
}

.portal-alrt{
    width: 49%;
    float: right;
    color: red;
    font-size: 14px;
    letter-spacing: 0.4px;
}
.portal-scs{
    color: green;
}

/*  */
.crm-radio-box{
    display: flex;
    align-items: center;
    border: 2px solid #E1E3E4;
    padding: 4px 12px;
    border-radius: 4px;
    cursor: pointer;
}
.crm-radio{
    height: 20px!important;
    width: 20px!important;
    margin: 0;
    margin-right: 8px;
}
.user_ico{
    font-size: 13px;
    color: #0F4D92;
}
.crm-radio-box label{
    cursor: pointer;
    user-select: none;
}
.crm-table-buttons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.crm-table-buttons .crm-btn{
    border-color: darkgray;
}
.csfs1{
    padding-bottom: 0;

    top: 75px;
}
.csfs2{
    padding-top: 5px;

    top: 223px;
}
.crm-search-button{
    top: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}
.change-stage-sel{
    height: 21px;
    outline: 0;
}
.sync-btn,
.exp-excel{
    cursor: pointer;
    outline: 0;
}
.csh2{
    font-size: 12px;
}
.edit-able-inp{
    display: inline-block!important;
    border: 1px solid lightgray;
    border-radius: 2px;
    padding: 1px 2px;
    width: 200px;
}
.edit-able-inp:focus{
    outline: 0;
}
.edit-able-inp{
    display: none;
}
.crm-ifa{
    display: inline-block!important;
}
.editable_ifa{
    display: none!important;
}
.sfs-btns{
    width: 47.5%;
    cursor: pointer;
    height: 30px;
    font-size: 14px;
    color: #0b2954dc;
    border: 1px solid darkgray;
    background: #F5F5F5;
    border-radius: 2px;
}
.sfs-btns:hover{
    border: 1px solid #747474;
}
.exp-excel{
    width: unset;
}
#save_preview{
    width: 100%;
    cursor: pointer;
}
.crm-drpdwn-menu form{
    margin: 0;
}

/* shb sec */
.crm-shb-sub-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.crm-shb-box{
    width: 40%;
}
.crm-shb-inp-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 12px 0;
}
.modal-sub-head{
    background: #ECEEEF;
    width: 100%;
    display: block;
    padding: 6px;
    color: #0F4D92;
    user-select: none;
}
.crm-inp-box-shb{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

/* //////// */
.stage_sh,
.calculator_sh,
.scr_sh{
    position: relative;
    user-select: none;
}
.stage_sh span,
.calculator_sh span,
.scr_sh span{
    border: 1px dotted lightgray;
    cursor: pointer;
    DISPLAY: inline-block;
    width: 100%;
    text-align: center;
    padding: 4px;
    border-radius: 3px;
}
.quick-drp-down{
    position: absolute;
    top: 22px;
    left: 7px;
    display: none;
    z-index: 1;
}

.quick-drp-down ul{
    list-style: none;
    padding-left: 0px;
    background: #fff;
    box-shadow: 0px 0px 4px lightgrey;
}
.quick-drp-down ul li{
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
}
.quick-drp-down ul li:hover{
    background: lightgray;
}

/* custom checkboxes */
.switch {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 20px;
    padding: 3px;
    background-color: white;
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
    background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
    background-image: -o-linear-gradient(top, #eeeeee, white 25px);
    background-image: linear-gradient(to bottom, #eeeeee, white 25px);
  }
  .switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    text-transform: uppercase;
    background: #eceeef;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.15s ease-out;
    -moz-transition: 0.15s ease-out;
    -o-transition: 0.15s ease-out;
    transition: 0.15s ease-out;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity background;
  }
  .switch-label:before, .switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #aaa;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  }
  .switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: white;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
  }
  .switch-input:checked ~ .switch-label {
    background: #47a8d8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  }
  .switch-input:checked ~ .switch-label:before {
    opacity: 0;
  }
  .switch-input:checked ~ .switch-label:after {
    opacity: 1;
  }
  .switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
    background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
    background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
  }
  .switch-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: #f9f9f9;
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
    background-image: -webkit-linear-gradient(top, #eeeeee, white);
    background-image: -moz-linear-gradient(top, #eeeeee, white);
    background-image: -o-linear-gradient(top, #eeeeee, white);
    background-image: linear-gradient(to bottom, #eeeeee, white);
  }
  .switch-input:checked ~ .switch-handle {
    left: 34px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  }
  
  .switch-green > .switch-input:checked ~ .switch-label {
    background: #4fb845;
  }
  
  /* loader / spinner */
  .lds-dual-ring.hidden { 
    display: none;
    }
    .lds-dual-ring {
      display: inline-block;
      width: 80px;
      height: 80px;
    }
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 0 auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
        top: 50%;
        position: relative;
    }
    @keyframes lds-dual-ring {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    
    .spin-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.9);
        z-index: 1100;
        opacity: .9;
        transition: all 0.5s;
    }

/* settings page */
.lc-heading h2,
.set-heading h2{
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background: #0F4D92;
    color: #fff;
    margin: 6px 0;
    padding: 4px 0;
}
.set-heading h2{
    /* background: #0f4d92bd; */
    font-weight: 600;
}
.lc-header,
.set-header{
    font-weight: 600;
    color: #0F4D92;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.lc-header p,
.set-header p{
    width: 18%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
}
.set-header p{
   width: 30%;
}
.lc-body{
    margin: 15px 0;
}
.set-body{
    /* width: 80%; */
    margin: 15px auto;
}
.lc-row,
.set-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
}
.set-cent{
    justify-content: center;
}
.lc-col {
    width: 13.5%;
}
/* .set-col { */
/* .lc-col {
    width: 30%;
} */
.uw-inp {
    width: 100%;
    padding: 4px 8px;
    font-size: 12px;
    margin: 0;
    border: none;
    border-radius: 0;
    outline: 1px solid #0f4c929c;
    border-radius: 4px;
}
.sub-heading h3{
    font-size: 14px;
    background: #0f4d9294;
    color: #fff;
    padding: 1px 4px;
    margin: 10px 0;
    margin-bottom: 5px;
}
.uw-settings-page{
    width: 100%;
    margin: 0 auto;
}

/* .nsfs-calc,
.term-calc{
    margin-top: 20px;
} */
.sub-heading h3{
    font-size: 14px;
    background: #0f4d9294;
    color: #fff;
    padding: 1px 4px;
    margin: 10px 0;
    margin-bottom: 5px;
}

.done-btn{
    margin-top: 15px;
}

/* file selector */
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed gray;
    border-radius: 3px;
    transition: 0.2s;
  }
  .file-drop-area.is-active {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .fake-btn {
    flex-shrink: 0;
    background-color: #E9EBEC;
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  }
  .file-input:focus {
    outline: none;
  }
  .sub_theads tr th{
    background: #F5F5F5!important;
    color: #0F4D92;
  }
    

    /* edit deal form */
    #edit_deal{
        width: 80%;
    }
    .dlp-att-file-exp-box{
        width: 100%;
    }
    .dlp-iframe-heading{
        font-size: 18px;
        text-align: center;
        background: #0F4D92;
        color: #fff;
        margin-bottom: 0;
        margin-top: 10px;
    }
    #file_exp{
        width: 100%;
        height: 75vh;
        border: 1px solid lightgray;
    }
    .crm-f-main-sec{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .crm-f-m-s1{
        width: 59%;
    }
    .crm-f-m-s2{
        width: 39%;
    }

    /* multi-select dropdown for assigning inbox to users */
    .assign-form{
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; 
    }
    .assign-form .crm-form-row{
        margin: 35px 0;
    }
    .multi-select-box{
        width: 100%;
        position: relative;
        user-select: none;
    }
    .ms-selc-box.crm-inp{
        border: 1px solid lightgray!important;
        border-radius: 3px!important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .ms-dropdown{
        border: 1px solid lightgray;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 1;
    }
    .ms-opt {
        cursor: default;
        padding: 4px;
    }
    .ms-opt:hover{
        background: #C8C8C8;
    }

    /* add new calc and settings */
    .calc-sub-heading{
        font-weight: bold;
        text-align: center;
        color: #0F4D92;
    }

.add_pr_name_msg{
	font-size: 12px;
}

@media screen and (max-width: 992px){
    .sfs-body {
        width: 100%;
    }
    .crm-table tr th, td,
    .crm-table tr td span,
    .crm-table tr td input{
        font-size: 14px;
    }
    .crm-form-reveal {
        width: 85%;
    }
    .crm-inp-box {
        width: 50%;
    }
    .crm-drpdwn-menu,
    .crm-dropdown{
        width: 20%;
    }
    .crm-drpdwn-menu li label{
        font-size: 14px;
    }
    .crm-drpdwn-menu li input{
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 768px){
    .sfs-inp-box {
        width: 50%;
        margin: 10px 0;
    }
    
    .crm-table tr th, td,
    .crm-table tr td span,
    .crm-table tr td input{
        font-size: 10px;
    }
    
    .crm-btn {
        /* height: 28px; */
        font-size: 12px;
        line-height: 28px;
        padding: 0 10px;
    }
    
    .crm-navbar {
        padding: 11px 7px;

        position: unset;
    }

    .sfs-inp-box input, .sfs-inp-box select {
        height: 30px;
        font-size: 12px;
    }
    
    .sfs-inp-box span {
        font-size: 12px;
    }
    
    .crm-sec-heading{
        font-size: 12px;
    }
    
    .crm-search-filter-sec {
        padding: 8px;

        position: unset;
    }
    
    .crm-table-head{
        position: unset;
    }
    
    .crm-table-body{
        overflow-x: auto;
        height: 100vh;

    }
    
    .crm-table-sec {
        padding: 0 8px;

        width: 100%;
        position: unset;
    }
    
    .ico-td {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
    .crm-ul-container {
        width: 80%;
    }
    
    .deal-disc-list li span {
        width: 120px;
    }
    
    /* popup panels */
    .crm-form-reveal {
        width: 100%;
        padding: 50px 30px 20px;
    }
    .crm-lbl {
        font-size: 14px;
    }
    .crm-radio {
        height: 14px!important;
        width: 14px!important;
    }
    .crm-form-reveal .crm-form-title {
        font-size: 20px;
    }
    .crm-drpdwn-menu,
    .crm-dropdown{
        width: 24%;
    }
    .crm-drpdwn-menu li label{
        font-size: 10px;
    }
    .crm-drpdwn-menu li input{
        width: 10px;
        height: 10px;
    }

    .crm-drpdwn-button{
        font-size: 10px;
    }
    .crm-form-reveal {
        top: 0;
    }
    .crm-inp {
        font-size: 14px!important;
    }
    .edit-able-inp{
        width: 110px;
    }
    .sfs-btns{
        font-size: 12px;
    }
    .sfs-inp-box span {
        left: -20px;
    }
    .uw-settings-page{
        width: 100%;
    }
    #edit_deal{
        width: 100%;
    }
    .crm-f-main-sec{
        display: block;
    }
    .crm-f-m-s1,
    .crm-f-m-s2{
        width: 100%;
    }
    .crm-formSubmitBtn{
        float: none;
    }
    .crm-form-row{
        overflow-x: auto;
    }
    .edit_att_innp{
        width: 120px;
    }
}

@media screen and (max-width: 600px){
    .crm-inp-box {
        width: 55%;
    }
    .crm-drpdwn-menu,
    .crm-dropdown{
        width: 30%;
    }
    .crm-op-row{
        width: 100%!important;
    }
    .crm-lbl {
        font-size: 12px;
    }
    .crm-shb-box{
        width: 48%;
    }
    .crm-shb-sub-sec{
        align-items: baseline;
    }
    .switch {
        width: 46px;
        height: 18px;
        box-shadow: inset 1px 0px 5px white, inset 0 1px 1px rgb(0 0 0 / 5%);
        user-select: none;
    }
    .switch-label {
        font-size: 12px;
    }
    .switch-handle {
        top: 5px;
        left: 5px;
        width: 14px;
        height: 14px;
    }
    .switch-handle:before {
        margin: -5px 0 0 -5px;
        width: 9px;
        height: 9px;
    }
    .switch-label:after {
        left: 6px;
    }
    .switch-label:before {
        right: 6px;
    }
    .switch-input:checked ~ .switch-handle {
        left: 28px;
    }
    .crm-btn {
        /* height: 24px;  */
        font-size: 10px;
        line-height: 9px;
        padding: 0 5px;
        display: inline-flex;
        align-items: center;
    }
    .crm-navbar-left{
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .crm-search-button {
        top: 300px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 95.5%;
    }
}

select:disabled,
input:disabled{
    cursor: default;
}
