body{
    font-family: "Poppins", sans-serif !important;
}
p, a{
    font-family: "Poppins", sans-serif !important;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999!important;
    height: 2em;
    width: 230px;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1!important;
    background: radial-gradient(rgba(32, 59, 103, 0.8), rgba(0, 0, 0,.8));
    background: -webkit-radial-gradient(rgba(32, 59, 103, 0.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    color: #fff;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    font-size: 22px;
    z-index: 9999!important;
    text-align: center;
}

    /* .loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 150ms infinite linear;
        -moz-animation: spinner 150ms infinite linear;
        -ms-animation: spinner 150ms infinite linear;
        -o-animation: spinner 150ms infinite linear;
        animation: spinner 150ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    } */

/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
 .snippet {

    position: absolute;
    background: none;
    /* padding: 2rem 5%; */
    margin: 0 auto;
    /* box-shadow: 0 0.4rem 0.8rem -0.1rem rgb(0 32 128 / 10%), 0 0 0 1px #f0f2f7; */
    border-radius: .25rem;
    z-index: 99999;
    text-align: center;
    left: 0;
    right: 0;
    width: 16px;
}
 .dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #203b67;
    color: #203b67;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
  }

  .dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
  }

  .dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #203b67;
    color: #203b67;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
  }

  .dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #203b67;
    color: #203b67;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
  }

  @keyframes dotFlashing {
    0% {
      background-color: #203b67;
    }
    50%,
    100% {
      background-color: #ebe6ff;
    }
  }



.badge-custom-for-merchant {
    float: right;
}
.width-100p{
    width: 100%;
}

/* from saikat bhai --- start */
.bg-progress {
    background: rgba(129, 130, 187, 0.3)
}
.bg-bdm-complete {
    background: rgba(199, 73, 74, 0.3);
}
.bg-merchant-receive {
    background: rgba(60, 229, 236, 0.3);
}
.bg-iso-review {
    background: rgba(61, 133, 69, 0.3);
}
.bg-iso-back {
    background: rgba(142, 237, 109, 0.3);
}
.bg-merchant-sign {
    background: rgba(153, 158, 196, 0.3);
}
.bg-iso-submit {
    background: rgba(18, 126, 129, 0.3);
}
.bg-acquirer-submit {
    background: rgba(67, 86, 129, 0.3);
}
/* from saikat bhai --- end */
.bg-iso-review2 {
    background: rgba(21, 90, 29, 0.3);
}
.bg-iso-send-back {
    background: rgba(56, 63, 57, 0.3);
}
.bg-acquirer-review {
    background: rgba(163, 154, 73, 0.3);
}
.bg-acquirer-review2 {
    background: rgba(240, 221, 51, 0.3);
}
.bg-acquirer-received {
    background: rgba(105, 233, 67, 0.3);
}
.bg-terminal-config{
    background: rgba(38, 231, 167, 0.3);
}
.bg-terminal-active{
    background: rgba(74, 153, 28, 0.3);
}
.bg-terminal-active2{
    background: rgba(50, 138, 24, 0.3);
}
.bg-acquirer-declined{
    background: rgba(216, 71, 52, 0.3);
}
.bg-live-merchant{
    background: rgba(64, 209, 7, 0.3);
}
.bg-terminal-dispatch{
    background: rgba(14, 233, 222, 0.3);
}
.bg-terminal-deliver{
    background: rgba(32, 99, 15, 0.3);
}
.bg-terminal-picked{
    background: rgba(130, 226, 4, 0.788);
}
.bg-terminal-delivery{
    background: rgba(45, 241, 6, 0.644);
}
.padding-25{
    padding-top: 25px;
}
.small-input-custom{
    width: 100px;
    text-align: center;
    box-shadow: 1px 1px 4px #46577575;
    border-radius: 5px;
}
.custom-checkbox-for-table, .check-all-table{
    width: 18px;
    float: left;
    height: 15px!important;
    margin-top: 3px;
    margin-right: 5px;
    cursor: pointer;
}
.merchant-list-custom-dropdown-item{
    padding: 6px 6px!important;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m-t-80{
    margin-top: 80px;
}
.display-none{
    display: none;
}
#internalDepartmentStageChangeModal{
    z-index: 6000;
}

.action-dropdown-btn li {
    border-bottom: 1px solid #e4e4e7;
}
.action-dropdown-btn li:last-child {
    border-bottom: 0px solid;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f1f5fa!important;
    color: #000 !important;
}
.dropdown-li-a.dropdown-toggle::after{
    display:none
}
.pagination{
    float: right;
}
.document-for {
    text-transform: capitalize;
}
.col-center{
    margin: 0 auto;
}
.left-sidenav-menu {
    padding-bottom: 100px;
    max-height: 70vh !important;
}
table.table-border td textarea:disabled {
    background: rgba(255, 180, 180, 0.5)!important;
    cursor: not-allowed;
}
.navbar-custom.iso_panel ul li.dropdown svg {
    color: #5959ff;
}
.td_bg_red{
    background: red!important;
    color: white!important;
    border: 1px solid black!important;
    font-weight: bold!important;
}
.td_bg_green{
    background: green!important;
    color: white!important;
    border: 1px solid black!important;
    font-weight: bold!important;
}
.th_bg_dark{
    background: #696969!important;
    color: white!important;
    border: 1px solid black!important;
    font-weight: bold!important;
}
.td_bg_white{
    background: white!important;
    color: black!important;
    border: 1px solid black!important;
    font-weight: bold!important;
}
.td_item_border{
    background: white!important;
    color: black!important;
    border: 2px solid black!important;
}
.td_bg_paste{
    background: #2ddab56b!important;
    color: black!important;
    border: 1px solid black!important;
    font-weight: bold!important;
}

span.marking{
    text-transform: lowercase;
}

/* individual hud menu css */
.menu-customer-service{
    background-color: #36c5d3;
    color: black;
}

.menu-admin-notes{
    background-color: #c6b96b;
    color: black;
}

.menu-profit-loss{
    background-color: #3598dd;
    color: black;
}

.menu-settlement{
    background-color: #e94f5b;
    color: white;
}

.menu-gts{
    background-color: #c49f47;
    color: black;
}

.menu-merchant-charges{
    background-color: #36c5d2;
    color: black;
}

.menu-fraud-ratio{
    background-color: #df9f9f;
    color: #0a2c48;
}

.menu-bcl{
    background-color: #f16528;
    color: black;
}

.menu-rolling-reverse{
    background-color: #796799;
    color: black;
}

.menu-profit-documents{
    background-color: #6aff83;
    color: #0a2c48;
}

.menu-reports{
    background-color: #9dbf71;
    color: #0a2c48;
}

.menu-pending-transactions{
    background-color: #30353b;
    color: white;
}

.menu-pending-batches{
    background-color: #67809f;
    color: black;
}

.menu-instant-settlement{
    background-color: #8775a7;
    color: black;
}

.menu-merchant-statement{
    background-color: #8775a7;
    color: black;
}

.menu-merchant-new-settlement{
    background-color: #796799;
    color: black;
}

.menu-pdf1{
    background-color: #796799;
    color: black;
}

.menu-pdf2{
    background-color: #796799;
    color: black;
}

.menu-text-color{
    color: black!important;
}
.ih-menu-active{
    color: #fff;
    background: linear-gradient(14deg, #203b67 0%, #23a4de);
    border-radius: 4px;
}
.nav-item-25{
    max-width: 25% !important;
}


/* Loader Styles start here */
/*.loader-wrapper {*/
/*    --line-width: 5px;*/
/*    --curtain-color: #f4f7f3;*/
/*    --outer-line-color: #a8dadc;*/
/*    --middle-line-color: #457b9d;*/
/*    --inner-line-color: #1d3557;*/
/*    position:fixed;*/
/*    top:0;*/
/*    left:0;*/
/*    width:100%;*/
/*    height:100%;*/
/*    z-index: 999999;*/
/*    background-color: #fff;*/
/*}*/

/*.loader {*/
/*    display:block;*/
/*    position: relative;*/
/*    top:50%;*/
/*    left:50%;*/
/*    !*   transform: translate(-50%, -50%); *!*/
/*    width:150px;*/
/*    height:150px;*/
/*    margin:-75px 0 0 -75px;*/
/*    border:var(--line-width) solid transparent;*/
/*    border-top-color: var(--outer-line-color);*/
/*    border-radius:100%;*/
/*    -webkit-animation: spin 2s linear infinite;*/
/*    animation: spin 2s linear infinite;*/
/*    z-index:1001;*/
/*}*/

/*.loader:before {*/
/*    content:"";*/
/*    position: absolute;*/
/*    top:4px;*/
/*    left:4px;*/
/*    right:4px;*/
/*    bottom:4px;*/
/*    border:var(--line-width) solid transparent;*/
/*    border-top-color: var(--inner-line-color);*/
/*    border-radius:100%;*/
/*    -webkit-animation: spin 3s linear infinite;*/
/*    animation: spin 3s linear infinite;*/
/*}*/

/*.loader:after {*/
/*    content:"";*/
/*    position: absolute;*/
/*    top:14px;*/
/*    left:14px;*/
/*    right:14px;*/
/*    bottom:14px;*/
/*    border:var(--line-width) solid transparent;*/
/*    border-top-color: var(--middle-line-color);*/
/*    border-radius:100%;*/
/*    -webkit-animation: spin 1.5s linear infinite;*/
/*    animation: spin 1.5s linear infinite;*/
/*}*/

/*@-webkit-keyframes spin {*/
/*    0%   {*/
/*        -webkit-transform: rotate(0deg);*/
/*        -ms-transform: rotate(0deg);*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotate(360deg);*/
/*        -ms-transform: rotate(360deg);*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/
/*@keyframes spin {*/
/*    0%   {*/
/*        -webkit-transform: rotate(0deg);*/
/*        -ms-transform: rotate(0deg);*/
/*        transform: rotate(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotate(360deg);*/
/*        -ms-transform: rotate(360deg);*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/*.loader-wrapper .loader-section {*/
/*    position:fixed;*/
/*    top:0;*/
/*    background:var(--curtain-color);*/
/*    width:51%;*/
/*    height:100%;*/
/*    z-index:1000;*/
/*}*/

/*.loader-wrapper .loader-section.section-left {*/
/*    left:0*/
/*}*/
/*.loader-wrapper .loader-section.section-right {*/
/*    right:0;*/
/*}*/

/*!* Loaded Styles *!*/
/*.loaded .loader-wrapper .loader-section.section-left {*/
/*    transform: translateX(-100%);*/
/*    transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);*/
/*}*/
/*.loaded .loader-wrapper .loader-section.section-right {*/
/*    transform: translateX(100%);*/
/*    transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);*/
/*}*/
/*.loaded .loader {*/
/*    opacity: 0;*/
/*    transition: opacity 1s ease-in;*/
/*}*/
/*.loaded .loader-wrapper {*/
/*    visibility: hidden;*/
/*    transform:translateY(-100%);*/
/*    transition: opacity 1s ease-in;*/
/*}*/


/* form css */



.glorydale-form .form-control{
    height: 58px;
    font-weight: 400;
    border-radius: 5px;
    font-size: 16px;
    color: #020202;
    line-height: 30px;
    background-color: #FBFBFB;
    border: 0.5px solid #D8D8D8;
}

.glorydale-form .wizard > .content > .body input{
    /*height: 58px;*/
    border-radius: 5px;
    font-size: 16px;
    color: #020202;
    line-height: 30px;
    background-color: #FBFBFB;
    border: 0.5px solid #D8D8D8;
}
.glorydale-form .wizard > .content > .body label{
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    /* identical to box height */
    color: #020202 !important;
}

.glorydale-form .input-group-append .input-group-text{
    background: #6F87DA !important;
    border: 0.5px solid #D8D8D8 !important;
    border-radius: 5px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 28px 16px!important
}

.glorydale-form .wizard>.actions .disabled a{
    background: #E9EDFD !important;
    border: 1px solid #E9EDFD !important;
    border-radius: 5px !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #7081B9;
}

.glorydale-form .select2-results .select2-results__option{
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 40px !important;
    color: #020202 !important;
}

.glorydale-form .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #EBF6F8 !important;
}

.glorydale-form .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #EBF6F8 !important;
}

.glorydale-form .wizard > .steps .current a{
    background: #4562C6 !important;
    border: 0.5px solid #4562C6 !important;
    border-radius: 5px !important;
    line-height: 21px !important;
}
.glorydale-form .wizard > .steps .current a .number, .wizard > .steps .current a:active .number, .wizard > .steps .current a:hover .number{
    background: #FFFFFF !important;
    border: 1px solid #4562C6 !important;
    border-radius: 5px !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px !important;
    color: #4562C6;
}

.glorydale-form .wizard > .steps .done a{
    background: #E9EDFD !important;
    border: 0.5px solid #D8D8D8 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    padding: 0px 40px 0px 0px;
    overflow: hidden;
}

.glorydale-form .wizard>.steps .number{
    background-color: #fff !important;
    line-height: 29px !important;
    border-radius: 5px !important;
}

.glorydale-form .wizard > .actions a{
    background: #FFFFFF !important;
    border: 1px solid #E9EDFD !important;
    border-radius: 5px !important;
    font-size: 14px;
    line-height: 18px;
    color: #7081B9;
}


.glorydale-form .select2-container--default .select2-selection--single {
    height: 58px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 58px;
    background-color: #FBFBFB;
    border: 0.5px solid #D8D8D8;
}

.glorydale-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 58px;
    color: #020202;
}

.glorydale-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    line-height: 58px !important;
    height: 58px !important;
}
.glorydale-form .select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-weight: 300;
}
.glorydale-form label{
    color: #020202 !important;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
}

.glorydale-form textarea.form-control{
    height: 98px;
}

.glorydale-form .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #EAEAEA !important;
    background-color: #fff !important;
}
.glorydale-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    background-image: none !important;
    background-color: #4562C6 !important;
    border-radius: 3px;
    overflow: hidden;
    margin: 2px;
}
.glorydale-form .input-group-text{
    background-color: #FBFBFB;
    border-left: .5px solid !important;
    border-top: .5px solid !important;
    border-bottom: .5px solid !important;
    border-right: 0px solid #D8D8D8 !important;
    border-color: #D8D8D8 !important;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 300 !important;
    padding: 10px 15px !important;
}

.glorydale-form .custom-control-label {
    padding-top: 3px;
    padding-left: 6px;
    padding-bottom: 10px;
}

.glorydale-form input[type=checkbox]{
    width: 18px;
    height: 18px;
}

.glorydale-form .custom-control-label::before{
    width: 18px;
    height: 18px;
}
.glorydale-form .custom-control-label::after{
    width: 14px;
    height: 14px;
}

/* Edge */
.glorydale-form ::-webkit-input-placeholder {
    color: #020202;
    opacity: .3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}


/* Internet Explorer 10-11 */

.glorydale-form :-ms-input-placeholder {
    color: #020202;
    opacity: .3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}


/* Chrome 10-11 */

.glorydale-form ::placeholder {
    color: #020202;
    opacity: .3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.glorydale-form .custom-radio .custom-control-label::before {
    width: 19px;
    height: 19px;
    content: "";
    background-color: #FBFBFB;
    border: #EAEAEA solid 1px;
}

.glorydale-form .wizard > .content > .body input[readonly]{
    background-color: #FBFBFB !important;
    border: 0.5px solid #D8D8D8 !important;
}


.glorydale-form .word-break{
    word-break: break-word;
}

.glorydale-form  .custom-radio .custom-control-input:checked ~ .custom-control-label::after{
    /*background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14.208' */
    /*cy='14.25' r='12.9209' fill='%23FBFBFB' stroke='%23EAEAEA'/%3E%3Cpath d='M14.2087 23.4955C19.3147 23.4955 23.454 19.3562 23.454 14.2502C23.454 9.14414 19.3147 */
    /*5.00488 14.2087 5.00488C9.10264 5.00488 4.96338 9.14414 4.96338 14.2502C4.96338 19.3562 9.10264 23.4955 14.2087 23.4955Z' fill='%239D9D9D'/%3E%3C/svg%3E%0A");*/

    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNi4zOTkyNCIgY3k9IjYuNjcxMjEiIHI9IjYuMDUxNTgiIGZpbGw9IiM0NTYyQzYiLz4KPC9zdmc+Cg==");
    background-size: cover;
    background-color: #ffffff;
    background-position: center center;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    left: -23px;
    top: 5px;
}


.glorydale-form .form-control {
    padding: 0.375rem 1.2rem !important;
}

.glorydale-form .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 1rem !important;
}


.glorydale-form .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}


.glorydale-form .custom-radio .custom-control-label{
    font-size: 20px !important;
    font-weight: 300;
}

.glorydale-form .custom-radio input:checked ~ label span{
    font-weight: 700;
}


 .glorydale-form .cal-input .input-group .input-group-append .input-group-text {
    background-color: #FBFBFB !important;
    border-top: .5px solid #D8D8D8 !important;
    border-bottom: .5px solid #D8D8D8 !important;
    border-right: .5px solid #D8D8D8 !important;
    border-left:0 none !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.glorydale-form .cal-input .input-group-append .input-group-text{
    padding: 28.5px 16px !important;
}


.glorydale-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1rem !important;
}

.glorydale-form input[type=checkbox] {
    background-color: #fff;
    border: 2px solid #EAEAEA;;
    border-radius: 4px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 2px;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
}



.glorydale-form input[type=checkbox]:checked {
    background-color: #4562C6;
    opacity: 1;
    border-radius: 4px;
}

.glorydale-form input[type=checkbox]:before {
    /*content: '';*/
    /*position: absolute;*/
    /*right: 50%;*/
    /*top: 50%;*/
    /*width: 4px;*/
    /*height: 10px;*/
    /*border: solid #EBEBEB;*/
    /*border-width: 0 2px 2px 0;*/
    /*margin: -1px -1px 0 -1px;*/
    /*transform: rotate(45deg) translate(-50%, -50%);*/
    /*z-index: 2;*/
    display: none !important;

}

.glorydale-form p{
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #4E4E4E;
}

.glorydale-form .nav-link .select2-container--default .select2-selection--single{
    background-color: #fff;
    border:1px solid  #000 !important;
    border-radius: 0 !important;
    height: 44px !important;
}

.glorydale-form .nav-link .select2-container--default .select2-selection--single
.select2-selection__rendered{
    line-height: 44px !important;
    font-size: 16px;
    line-height: 24px;
}

.glorydale-form .nav-link .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 44px !important;
    height: 44px !important;
}

.glorydale-form .notification-list .noti-icon-badge{
    background-color: #9EF4CB !important;
    border: 2px solid #9EF4CB;
    font-weight: 700;
    font-size: 14px;
    color: #020202;
    top: 16px;
    right: 2px;
}

.glorydale-form .nav-user-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #020202;
}

.glorydale-form .nav-link h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #020202;
    padding-top: 0.3rem !important;
}

.glorydale-form .table th{
    font-weight: 400;
    font-size: 14px;
    color: #4E4E4E;
    border-color: #fff;
    padding: 15px 12px;
    background-color:#E1F2E2 !important;
}


.glorydale-form .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    line-height: 40px;
    color: #020202;
    border-radius: 5px;
    background-color: #FBFBFB;
}

.select2-container .select2-selection--multiple{
     border: 0.5px solid #D8D8D8;
     border-radius: 5px;
}

.glorydale-form .table tbody{
    border-bottom: 1px solid #EBEEF8
}


.glorydale-form .table td{
    padding: 30px 12px;
    font-size: 14px;
    color: #4E4E4E;
    border-top: 0 !important;
}

.glorydale-form .modal_tab_pills .nav-item{
    margin-right: 20px !important;
}

.glorydale-form .modal_tab_pills .nav-item .nav-link.active {
    background: #F1F1F1 !important;
    border-radius: 22px 22px 0px 0px !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #4E4E4E;
    border-color:  #F1F1F1 !important;
    padding: 19px 25px;
    opacity: 1;
}
.glorydale-form .modal_tab_pills .nav-link{
     padding: 19px 25px;
     background: #FBFBFB;
     border-radius: 22px 22px 0px 0px;
     font-weight: 400;
     font-size: 14px;
     line-height: 21px;
     color: #4E4E4E;
     opacity: 0.7;
}


.glorydale-form .table-striped tbody tr:nth-of-type(even){
     background-color:#F4FFF7 !important;
}


.glorydale-form .gd_action_dropdown_design .btn-info{
    background-color: #7081B9 !important;
    border-radius: 3px !important;
    padding: 2px 13px !important;
    border-color: #7081B9 !important;
}

.glorydale-form .header-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}


.glorydale-form .btn-primary{
    background-color: #7E45C6 !important;
    border-color: #7E45C6 !important;
    height: auto !important;
    border-radius: 0 !important;
    font-weight: 400;
    font-size: 16px !important;
    padding: 9px 30px;
    line-height: 24px !important;
}
/*button design*/

.glorydale-form .btn-danger{
    padding: 10px 30px;
    height: auto !important;
    line-height: 24px !important;
    font-weight: 400;
    border-radius: 0 !important;
    font-size: 16px !important;
    padding: 9px 30px;
}
.glorydale-form .btn-secondary{
    background-color: #6F87DA !important;
    border-color: #6F87DA !important;
    height: auto !important;
    border-radius: 0 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 9px 30px !important;
    line-height: 24px !important;
}
.glorydale-form .btn-warning{
    height: auto !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    padding: 9px 30px !important;
    line-height: 24px !important;
}
.glorydale-form .btn-xs{
    height: auto !important;
    line-height: 31px !important;
    font-size: 12px !important;
    padding: 2px 10px !important;
}

/*.glorydale-form .gd_action_dropdown_design .btn-xs{*/
/*    width: auto !important;*/
/*}*/


.glorydale-form .btn-primary:hover{
    background-color: #73509F !important;
    border-color: #73509F !important;
}
.glorydale-form .btn-secondary:hover{
    background-color: #6576B0 !important;
    border-color: #6576B0 !important;
}

.glorydale-form .pagination .page-item.active .page-link{
    background-color: #E9EDFD !important;
    border: 1px solid #E9EDFD !important;
    border-radius: 5px !important;
    color: #7081B9 !important;
}
.glorydale-form .pagination .page-link{
    margin-right: 4px;
    border: 1px solid #E9EDFD !important;
    border-radius: 5px !important;
    color: #7081B9 !important;
}
.glorydale-form .dataTables_length .form-control-sm{
   height: calc(1.8em + .75rem + 2px) !important;
}

.glorydale-form .wizard > .steps .current a{
    box-shadow: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}

.glorydale-form .header-title p{
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #989898 !important;
}

.glorydale-form .action-dropdown-btn li{
    border-bottom: 0 !important;
}

.glorydale-form .gd_action_dropdown_design .dropdown-menu{
    border: 0.5px solid #020202 !important;
    box-shadow: 0px 4px 12px -3px rgba(0, 0, 0, 0.11) !important;
    border-radius: 5px 0px 5px 5px !important;
    padding: 0 !important;
}

.glorydale-form .dropdown-menu .dropdown-item:hover{
    background-color: #EBF6F8 !important;
}

.glorydale-form .gd_action_dropdown_design ul li a:before{
    display: none !important;
}

.glorydale-form .gd_action_dropdown_design ul{
    text-align: right !important;
    padding: 5px 0 !important;
}
.glorydale-form .action-dropdown-btn li:hover{
    background-color: #EBF6F8 !important;
    overflow: hidden !important;
}
.glorydale-form .gd_action_dropdown_design ul li a{
    padding-right: 10px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    color: #4E4E4E !important;
}


.glorydale-form .left-sidenav-menu li>a {
    padding: 12px 8px !important;
}


.glorydale-form .wizard > .content > .body .input-group input{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.glorydale-form .input-group .input-group-append .input-group-text{
    /*border-top-left-radius: 0 !important;*/
    /*border-bottom-left-radius: 0 !important;*/
    border: 1px solid #7087da !important;
}

.glorydale-form .btn-success {
    padding: 9px 30px;
    font-size: 16px !important;
    height: auto !important;
    line-height: 24px !important;
}

.glorydale-form .form-group{
    margin-bottom: 24px;
}

.glorydale-form table.table-border, th, td{
    border-color: #eaf0f7 !important;
}

.glorydale-form .table-bordered tbody tr:nth-of-type(even) {
    background-color: #F4FFF7 !important;
}



/*scroll table*/

.table_wrapper1, .table_wrapper2{ overflow-x: scroll; overflow-y:hidden;}

.table_wrapper1_div {min-width:1000px; height: 20px; }
.table_wrapper2_div {min-width:1000px; overflow: auto;}




#status {
    transform: translateX(-50%) !important;
    margin: auto !important;
}


.left-sidenav-menu li>a{
    padding: 12px 10px !important;
}

.left-sidenav-menu .vertical-menu-icon {
    width: 18px !important;
    height: 18px !important;
}

/*responsive*/


@media(max-width: 1024px){

    .left-sidenav{
        margin-top: 70px !important;
    }


}

@media(max-width: 768px){

    .left-sidenav{
        margin-top: 40px !important;
    }


}




@media(max-width: 600px){
    .page-content-tab{
        margin-top: 90px !important;
    }
    .custom-top{
        top: 0px;
    }
    .glorydale-form .custom-top .select2-container--default .select2-selection--single{
        height: 35px !important;
        line-height: 35px !important;
    }
    .glorydale-form .custom-top .select2-container--default .select2-selection--single .select2-selection__rendered{
        height: 35px !important;
        line-height: 35px !important;
    }
    .glorydale-form .custom-top  .select2-container--default .select2-selection--single .select2-selection__arrow{
        height: 35px !important;
        line-height: 35px !important;
    }

    .glorydale-form .nav-link h4{
        padding-top: 0 !important;
    }
    .glorydale-form .navbar-custom .nav-link {
        line-height: 70px !important;
        max-height: 70px !important;
    }
    .glorydale-form .navbar-custom .topbar-nav li:last-child {
        float: right !important;
    }

    .glorydale-block{
        display: block !important;
    }

    .license-text p{
        margin-left: 0 !important;
    }
    .glorydale-form .table-custom-responsive .w-30 {
        width: 100px !important;
    }
}



fieldset h5 .text-danger {
    color: #001D86 !important;
}

span.marking {
    color: #001D86 !important;
}




