:root {
    --text-color: #33475B;
    --text-color-body: #40424F;
    --gray-light: #878A99;
    --font-size: 16px;
    --font-size14: 14px;
    --font-size18: 18px;
    --font-family: "Open Sans", serif;
    --primary-color: #011638;
    --second-color: #0091AE;
    --primary-color-hover: #313f6d;
    --third-color: #FF7A59;
    --third-color-hover: #f05832;
    --forth-color: #0866FF;
    --gray-bg1: #F5F8FA;
    --gray-bg2: #F3F3F9;
    --selectHover: #0AB39C;
    --border-color:#DFE3EB;
    --input-text-border: #CBD6E2;
    --bs-gutter-x: 2.5rem;
    --z-index-1: 10;
    --z-index-2: 20;
    --z-index-3: 30;
    --z-index-4: 40;
    --z-index-10: 1000;
    --z-index-20: 2000;
    --z-index-30: 3000;
    --z-index-40: 4000;
    --z-index-100: 1000000;
    --z-index-200: 2000000;
    --z-index-300: 3000000;
}
.row, .table>:not(caption)>*>*, #changesContent .nav-item, .searchboxInPage {
    --bs-gutter-x: 2.5rem;
}

a {
    color: var(--second-color);
}
.font-weight-700 {
    font-weight: 700 !important;
}

a:hover {
    color: var(--text-color) !important;
}

body {
    color: var(--text-color-body);
    font-size: 16px;
    font-family: var(--font-family);
}

.pageloader {
    background-color:#EFEFEF;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: var(--z-index-300);
    .d-flex {
        height: 100vh;
        align-items: center;
    }
  }


.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 80px;
    background-color: var(--primary-color);
    padding-top: 20px;
    transition: 0.4s;
}

.sidebar a {
    color: white;
    padding: 10px;
    text-decoration: none;
    display: block;
}

.sidebar a:hover {
    background-color: var(--forth-color);
}

.content {
    margin-left: 80px;
    padding: 0;
    transition: 0.4s;
    /*overflow: hidden;*/
}

.card {
    margin-top: 20px;
}

.navbar {
    margin-left: 80px;
}

#headerTop {
    border-bottom: 1px solid var(--border-color);
    height: 55px;
}

#titleBox {
    /* background-color: var(--gray-bg1); */
    background-color: #fff;
    height: 62px;
    align-items: center;
    border-bottom: 1px solid var(--border-color);

    .d-inline-flex {
        gap: 10px;

        span {
            color: #999999;
        }
    }
}

#changesContent .nav-tabs {
    background-color: var(--gray-bg1);
}

#changesContent .rowFilter  {
    background-color: var(--gray-bg1);
    border-bottom: 1px solid var(--border-color);

    .nav-tabs {
        background-color: inherit;
        border-bottom: 0;

    }
}

h1, h2, .titleLink {
    color: var(--second-color);
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.titleLink {
    text-decoration: none;
}

#titleBox h1 {
    margin: 0;
}

.btn {
    font-size: 15px;
    font-family: var(--font-family);
    font-weight: 400;
    color: #fff;
    padding: 9px 28px;
}

.btn-primary {
    color: #fff;
    background-color: var(--third-color);
    border-color: var(--third-color);

}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    color: #fff;
    background-color: var(--third-color-hover);
    border-color: var(--third-color-hover);
    box-shadow: none;
}



.btn-light {
    border-radius: 5px;
    border: 1px solid rgba(153, 153, 153, 0.50);
    color: var(--gray-light);
    background-color: #fff;
}
.btnBox {
    margin-top: 20px;
}
.btnBox .btn {
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: var(--third-color);
    border-color: var(--third-color);
}

.sideNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.sideNav li {
    padding: 0;
    margin: 1px 0;
}
.sideNav li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 26px;
    height: 64px;
}
.sideNav li a span {
    font-size: 0;
    opacity: 0;
    transition: 0.4s;
}
.sideNav li a:hover, .sideNav li.active a {
    background-color: var(--forth-color);
}
.arrowSlide a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    height: 40px;
}






.arrowSlide {
    margin: 10px 0;
}

.searchBox {
    display: flex;
    width: 100%;
    gap: 10px;
}
.searchBox button {
    border: 0;
    outline: none;
    padding: 0;
    background: none;
}
.searchBox input {
    border: 0;
    outline: none;
    background: none;
    color: var(--text-color);
    font-size: var(--font-size14);
    font-weight: 400;
    width: 100%;
}

.userboxTop {
    /* background: #fff; */
    height: 54px;
    display: inline-flex;
    gap: 14px;
    padding: 15px 20px;
    align-items: center;
    cursor: pointer;
    border-left: 1px solid var(--border-color);
}
.userThumb {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    overflow: hidden;
}
.userThumb img {
    width: 44px;
    height: 44px;
}
.icoArrow {
    width: 15px;
    height: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 5px;
}

.innerTopRight {
    display: inline-flex;
    gap: 0;
    align-items: center;
}

.customSelectOuter {
    height: 55px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-left: 1px solid var(--border-color);
}

.customSelect, .customSelect2 {
    position: relative;
    font-size: 16px;
}

.select-items, .select-items2 {
    position: absolute;
    right: 0;
    background-color: white;
    width: 150px;
    max-height: 215px;
    overflow-y: auto;
    border: 0;
    z-index: 1;
    display: none;
    height: auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}



.select-items div, .select-items2 div {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 0;
    text-align: left;
    color: var(--text-color-body);
    display: flex;
    justify-content: space-between;
}

.select-items div:hover {
    background-color: var(--selectHover);
    color: #fff;
}

.custom-select select {
    display: none;
}

.select-selected, .select-selected2 {
    background-color: #fff;
    padding: 0 20px 0 0;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    width: auto;
    text-align: right;
    position: relative;
    min-width: 88px;
    color: var(--text-color-body);
}
.select-items2 div {
    cursor: default;
}

.select-selected:after, .select-selected2:after {
    content: '';
    background: url(../images/arrow-down.svg) no-repeat;
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 9px;
}

.select-selected.select-arrow-active:after {
    content: '';
}

table td .select-items2 {
    width: 70px;
}
table td .select-selected2 {
    width: auto;
    text-align: left;
    min-width: inherit;
    display: flex;
    flex-wrap: nowrap;
    background-color: inherit;
    color: var(--second-color);
    padding: 0 16px 0 0;
}
table td .select-selected2:after {
    top: 7px;
    background: url(../images/arrow-down-blue.svg) no-repeat;
}
table td .select-items2 div:hover {
    background-color: #fff;
    color: var(--text-color);
}

table td .customSelect2 {
    position: relative;
    font-size: 14px;
    width: 66px;
}

.notification {
    position: relative;
    cursor: pointer;
    display: inline-flex;
}
.notification i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.notification span.number {
    position: absolute;
    min-width: 19px;
    min-height: 19px;
    background-color: var(--second-color);
    text-align: center;
    border-radius: 20px;
    right: -13px;
    top: -15px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
}
.timebox {
    color: var(--text-color-body);
    padding-right: 20px;
    font-size: var(--font-size14);
}


#userToggleDiv {
    display: none;
    opacity: 0;
    padding: 15px 20px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.30);
    margin-top: 10px;
    transition: opacity 0.5s ease, height 0.5s ease;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 15px;
    width: 215px;
    top: 45px;
    z-index: var(--z-index-1);
    text-align: left;
    font-size: var(--font-size14);
  }

  #userToggleDiv.show {
    display: block;
    height: auto;
    opacity: 1;
  }

  #userToggleDiv .welcome {
    font-weight: 700;
    color: var(--gray-light);
  }
  #userToggleDiv .email {
    font-weight: 400;
    color: var(--gray-light);
  }
.useNav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.useNav li {
    margin: 5px 0;
}
.useNav a {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #405189;
    text-decoration: none;
}
.useNav a i {
    display: block;
    width: 20px;
    text-align: center;
}

#changesContent .nav-item {
    margin-left: calc(var(--bs-gutter-x)* .5);
}
#changesContent .nav-tabs .nav-link {
    border: 0;
    background-color: inherit;
    color: var(--second-color);
    border-bottom: 4px solid var(--gray-bg1);
    font-weight: 700;
    padding: 10px 20px;
    font-size: var(--font-size14);
    margin-top: -1px;
    &.active {
        border-bottom: 5px solid var(--second-color);


    }
}



.table>:not(caption)>*>* {
    padding: 4px 0;
    font-size: var(--font-size14);
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}

table th {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
table td {
    vertical-align: middle;
}

table tr:hover {
    background: var(--gray-bg1);
}

table td a {
    color: var(--second-color);
    text-decoration: none;
    font-weight: 700;
}

table tr:hover td a {
    color: var(--text-color);
}

.usernameTd {
    display: flex;
    gap: 10px;
    align-items: center;
}
.userImgTd {
    border-radius: 5px;
    width: 31px;
    height: 31px;
    overflow: hidden;
}
.userNameTd {
    border-radius: 5px;
    width: 31px;
    height: 31px;
    overflow: hidden;
    text-transform: uppercase;
    background-color: #585a64;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    line-height: 31px;
}
.userImgTd img {
    width: 31px;
    height: 31px;
}
.roleLabel {
    height: 33px;
    line-height: 28px;
    padding: 2px 11px;
    border-radius: 5px;
    background: #ccc;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}

.roleLabel.admin {
    background: #FE92C5;
}
.roleLabel.manager {
    background: #AEB1B9;
}
.roleLabel.agent {
    background: #99D5AD;
}

.regionLabel {
    height: 33px;
    line-height: 28px;
    padding: 2px 11px;
    border-radius: 5px;
    background: none;
    color: var(--second-color);
    font-weight: 400;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border:1px solid var(--second-color);
}
.statusLabel {
    width: 18px;
    height: 18px;
    display: inline-flex;
    background-color: #FA4140;
    border-radius: 20px;
}
.statusLabel.active {
    background-color: #5CB85C;
}

#myTabContent {
    max-height: calc(100vh - 230px);
}
#myTabContent.morerow {
    overflow-x: hidden;
}
.table>thead th {
    position: sticky;
    background-color: var(--gray-bg1);
    top: 0;
    /* box-shadow: inset 0 -1px 1px #dee2e6; */
    padding: 11px 0;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    z-index: 2;
}

.statusInvite {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    gap: 5px;
}

/* .statusTh, .statusTd {
    text-align: center;
    max-width: 100px;
} */

.rightSidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    transition: 0.5s;
    z-index: 1000;
    overflow: hidden;
}
.rightSidebar .closeBtn {
    background: none;
    color: white;
    border: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    width: 36px;
    height: 36px;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #405189b8;
    display: none;
    z-index: 999;
}
.overlay.active {
    display: block;
}
body.openSidebar .content {
    /*filter: blur(2px);*/
}
body.openSidebar .sidebar {
    filter: blur(2px);
}

.rightSidebar .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 15px 30px;
    height: 79px;
    background: #F1F1F1;
}
.rightSidebar .title h3 {
    color:  #495057;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sidebarContent {
    padding: 20px 30px;
    overflow: auto;
    max-height: calc(100vh - 80px);
}

.uploadFIle {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.extLine {
    font-size: var(--font-size14);
    margin-top: 10px;
}

.form-control {
    border-radius: 5px;
    background: var(--gray-bg1);
    border: 1px solid var(--input-text-border);
    height: 50px;
    padding: 12px 16px;
    font-size: var(--font-size14);
}
.form-control:focus {
    box-shadow: 0 0 0 .10rem rgba(13, 110, 253, .25);
}

.form-label {
    margin-bottom: 3px;
    font-size: 16px;
    color: #495057;
}

.label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #495057;
    font-weight: 600;
    opacity: 0.6;
}
.rightSidebar .mt-2 {
    margin-top: .8rem !important;
}
.bootstrap-select .bs-ok-default:after {
    background: url(../images/ico-thumb-gray.svg) no-repeat 0 0;
    width: 18px;
    height: 18px;
    border: 0;
    transform: none;
}

.bootstrap-select .dropdown-menu li a {
    color: #495057;
}

.bootstrap-select .dropdown-menu li a.selected {
    font-weight: 700;
}

.bootstrap-select.singleSelect .dropdown-menu li a.selected {
    background: #0AB39C;
    color: #fff;
}


.dropdown-item.active, .dropdown-item:active {
    background: var(--gray-bg2);
}

.bootstrap-select .dropdown-menu {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.30);
    border: 0;
}

/* .custom-select-dropdown {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
  }
  .custom-select-dropdown label {
    display: block;
    padding: 5px;
  } */


  .bootstrap-select.form-control .btn-light {
    color: var(--bs-body-color);
    font-size: var(--font-size14);
    outline: 0 !important;
    outline-offset: 0;
    background: var(--gray-bg1) !important;
    border: 1px solid var(--input-text-border);
    height: 50px;
    padding: 12px 15px;
  }

  .bootstrap-select.form-control .btn-light:focus {
    box-shadow: 0 0 0 .10rem rgba(13, 110, 253, .25);
  }

  .bootstrap-select.form-control .btn.show {
    background: var(--gray-bg2) !important;
    box-shadow: 0 0 0 .10rem rgba(13, 110, 253, .25);
  }


  .bootstrap-select.form-control .btn:hover {
    color: var(--bs-body-color);
    background: var(--gray-bg1) !important;
    border: 1px solid var(--input-text-border);
}

.inviteSent {
    position: relative;
}
.inviteSentbox {
    background-color: var(--third-color);
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 0.375rem;
    height: 50px;
    font-size: 18px;
}
.resend-pass-link {
    color: var(--second-color);
    font-size: var(--font-size14);
    font-weight: 700;
    text-decoration: underline;
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
}
.resend-pass-link:hover {
    color: var(--primary-color);
}

ul.pagination {
    gap: 0;
    margin: 0;
}

.navigation {
    padding: 12px;
    display: flex;
    gap: 10px;
    justify-content: space-between;

}

.navigation .page-link {
    border: 0;
    color: var(--second-color);
    font-size: 12px;
    border-radius: 0;
    min-width: 40px;
    text-align: center;
    border-left: 1px solid var(--border-color);
    font-weight: 700;
    margin: 0 !important;
}

.navigation .page-item:first-child .page-link {
    border-left: 0;
}
.navigation .page-link:hover {
    color: var(--second-color);
    border: 0;
    border-left: 1px solid var(--border-color);
    background: none;
}
.navigation .page-link.active {
    color: var(--text-color);
    background-color: inherit;
}
.navigation .page-link:focus {
    box-shadow: 0 0 0 .10rem rgba(13, 110, 253, .25);
}

.selectPage {
    display: flex;
    align-items: center;
    gap: 15px;
}
.selectLable {
    min-width: 400px;
    padding-left: 20px;
    border-left: 1px solid var(--border-color);
    font-size: 12px;
}

.navigation .bootstrap-select.form-control .btn-light {
    /* border: 1px solid var(--second-color); */
    border: 0;
    color: var(--second-color);
    font-size: 12px;
    outline: 0 !important;
    outline-offset: 0;
    background: #fff !important;
    height: 30px;
    padding: 6px 15px;
    min-width: 64px;
    font-weight: 700;
}

/* .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border:0;
    background: url(../images/arrow-down.svg) no-repeat 0 0;
    width: 16px;
    height: 16px;
} */



/* Dropdown styling */
.dropdown {
    position: relative;
    display: block;
  }
  .customFlag.dropdown.open .dropdown-menu {
    max-width: 100%;
  }

  .dropdown-toggle {
    cursor: pointer;
    background: var(--gray-bg1) !important;
    border: 1px solid var(--input-text-border);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 12px 15px;
    border-radius: 5px;
  }

  #output {
      width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    z-index: 100;
  }

  .dropdown-menu label {
    display: inline-flex;
    gap: 5px;
  }

  .dropdown-menu div {
    display: flex;
    justify-content: space-between;
  }

  .dropdown.open .dropdown-menu {
    display: block;
  }
  .iconFlg {
      display: block;
      cursor: pointer;
      width: 19px;
  }
  .iconFlg img {
    width: 100%;
  }
  .iconFlg.active {
    display: flex;
  }
  .iconFlg.active .iconImage2 {
    display: flex;
  }
  .iconFlg.active .iconImage, .iconFlg .iconImage2 {
    display: none;
  }



.listIteam label span {
    font-weight: 400;
}
.listIteam input[type="checkbox"]:checked + span {
    font-weight: 700;
}

#changesContent {
    position: relative;
}

.searchboxInPage {
    position: absolute;
    right: calc(var(--bs-gutter-x) * .5);
    top: 5px;
    border-radius: 5px;
    border: 1px solid var(--input-text-border);
    background: #FFF;
    width: 320px;
    height: 34px;
    padding: 5px 12px;
    align-items: center;
}
.searchboxInPage.searchBox button {
    line-height: normal;
    margin-top: -2px;
}
.content.sidebarOpen {
    margin-left: 294px;
}
.sidebar.active {
    width: 294px;
}
.sidebar.active .sideNav li a span {
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
    transition: 0.2s;
    display: block;
}
.sidebar.active .sideNav li a {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 28px;
    gap: 10px;
}
.sidebar.active .sideNav li a:hover, .sidebar.active .sideNav li.active a:hover {
    color: #fff !important;
}
.arrowSlide.open a {
    align-items: flex-end;
    padding: 6px 20px;
}
.arrowSlide.open a img {
    transform: rotate(180deg);
}
.brandLogo, .sidebar.active .brand {
    display: none;
}
.sidebar.active .brandLogo {
    display: block;
    height: 40px;
}

.sideNav li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sideNav li.active ul li a {
    background-color:inherit;
}
.sideNav li ul {
    display: none;
}
.sideNav li ul.subnav.active {
    display: block;
}

.tableRoles th.number {
    width: 80px;
}
.tableRoles th.roleName {
    width: 300px;
}

.roleTdSpan {
    color: var(--second-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid var(--second-color);
    border-radius: 5px;
    margin: 3px 0;
    margin-right: 8px;
}

.sidebar .sideNav li.active ul li a {
    padding: 10px 28px;
    height: 52px;
}

.sidebar .sideNav li a i {
    display: inline-block;
    width: 24px;
}

.sideNav li.active ul li.active a {
    color: var(--forth-color);
}

.sideNav li.submenu {
    position: relative;
}
.arrowNavDown {
    display: none;
    background: url(../images/arrowNavDown.svg) no-repeat 0 0;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 28px;
    right: 20px;
    width: 15px;
    height: 8px;

}

.sidebar.active .sideNav li.submenu .arrowNavDown {
    display: block;
    transform: rotate(180deg) !important;
}
.sidebar.active .sideNav li.submenu .arrowNavDown.active {
    display: block;
    transform: rotate(0) !important;
}

.receiptTable .recipientName {
    width: 200px;
}
.receiptTable .recipientAddress {
    width: 500px;
}
.receiptTable td {
    height: 40px;
}

.sendLetterPage {
    padding: 10px;
}
.sendLetterPage h3 {
    color: var(--second-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.browseBoxOuter {
    border-radius: 10px;
    border: 1px solid rgba(153, 153, 153, 0.50);
    background: #FFF;
    padding: 15px;
    margin-bottom: 30px;
}

.browseTop {
    border-radius: 10px;
    background: var(--gray-bg1);
    padding: 15px;

}
.browseTop .dottedBox {
    border-radius: 10px;
    border: 1px dashed rgba(153, 153, 153, 0.50);
    padding: 20px;
    height: 136px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    gap: 10px;
}

.browseTop .titleBox span {
    color: var(--second-color);
    text-decoration: underline;
    font-weight: 700;
}

.browseTop .dottedBox input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.browseFileForm .form-label {
    display: block;
}
.browseFileForm .btn {
    height: 50px;
}
.browseFileForm {
    max-width: 800px;
    margin: 20px auto;
    display: flex;
    gap: 15px;

}
.browseFileForm .colme {
    width: 314px;
}

.browseFileForm .bootstrap-select>.dropdown-toggle:after {
    color: var(--second-color);
}
.sendLetterPage .navigation {
    padding: 0;
}

.letterHistoryTable .pdfName {
    display: flex;
    gap: 10px;
}
.letterHistoryTable td {
    height: 40px;
}

.modal-dialog {
    width: 400px;
}

.modal-content {
    height: 300px;
}
.popupFlexBody {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    gap: 20px;
}

.loginBox {
    padding: 50px 74px;
    padding-bottom: 70px;
}
.loginBox h2 {
    color: var(--text-color);
    font-weight: 700;
    font-size: 32px;
}
.loginBox .subline {
    color: var(--gray-light);
}
.loginBox .form-label {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: var(--text-color);
}

.loginBox .form-control {
    height: 65px;
    font-size: var(--font-size18);
    color: var(--text-color);
    padding: 12px 25px;
}
.loginBox .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 2px;
}

.loginPage {
    background-color: var(--gray-bg2);
    max-width: 100%;
    flex-direction: column;
}
.loginPage .card {
    margin-top: 20px;
    border: 0;
}

.font16 {
    font-size: var(--font-size) !important;
}

.loginBox .btn {
    height: 65px;
    font-size: 18px;
}

.strongPassLIne {
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    display: flex;
    gap: 10px;
}
.strongPassLIne span {
 height: 2px;
 background-color: var(--input-text-border);
 width: 100%;
}

.tdLable {
 min-width: 126px;
 display: inline-block;
 padding: 6px 10px;
 color: #fff;
 font-size: 14px;
 font-weight: 400;
 border-radius: 5px;
 background-color: #ccc;
text-align: center;
 &.retained {
    background-color: #447928;
 }
 &.retainerSent {
    background-color: #6BC7F1;
 }
}


.rowFilterRight {
    text-align: right;
    display: block;
    width: 100%;
    position: relative;

    .manageCol {
        border: 0;
        background-color: inherit;
        color: var(--second-color);
        font-weight: 700;
        padding: 10px 0 10px 20px;
        font-size: var(--font-size14);
        display: inline-flex;
        align-items: center;
        gap: 7px;
        text-decoration: none;
    }
    .form-switch {
        padding-right: 2.5em;
        padding-left: 0;
        min-height: 1.6rem;
        label {
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            width: 100%;
            cursor: pointer;
        }
    }
    .form-check .form-check-input {
        float: right;
        margin-right: -2.5em;
        --bs-form-switch-bg: url(../images/switch-circle.svg);
        background-image: var(--bs-form-switch-bg);
        border: 1px solid #CBD6E2;
        background-color: #CBD6E2;
        cursor: pointer;
        &:checked {
            background-color: var(--third-color);
            border-color: var(--third-color);
        }
        &:focus {
            box-shadow:none;
        }
    }
}
.manageTableSlide {
    text-align: left;
    width: 246px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: absolute;
    right: 0;
    margin-right: -280px;
    z-index: var(--z-index-1);
    visibility: hidden;
    transition: 0.4s;
    &.active {
        visibility: visible;
        transition: 0.4s;
        margin-right: 0;
    }

    h4 {
        color: var(--text-color);
        font-size: var(--font-size14);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 15px;
    }
    .searchbox {
        display: flex;
        width: 100%;
        gap: 0;
        align-items: center;
        height: 34px;
        border: 1px solid var(--input-text-border);
        background: var(--gray-bg1);
        padding: 0 5px;
        margin-bottom: 15px;
        button {
            background: none;
            outline: none;
            border: 0;
        }
        input.searchText {
            background: none;
            outline: none;
            border: 0;
            font-size: 14px;
        }
    }
}
