@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap');



:root {
    --body-background: #EBEEF4;
    --primary: #882345;
    --secondary: #122754;
}


body,html {
    background: var(--body-background);
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-size: 1rem !important;
}



body a {
    text-decoration: none;
}

.primary-link {
    color: #882345;
    text-decoration: underline;
    display: block;
    font-size: 0.75rem;
}

header {
    background-color: #fff;
    margin: 0;
    padding: 0 30px 0 0;
    box-shadow: 0px 0px 4px #ccc;
    height: 100px;
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0;
}

header .header-content-section {
    display: flex;
    justify-content: space-between;
}

header .header-content-section .header-left {
    width: 16%;
    transition: all ease 0.5s;
}

header .header-content-section .header-right {
    width: 84%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 2rem;
    transition: all ease 0.5s;
}

header .header-content-section.menu-collapsed .header-left {
    width: 10%;
    min-width: 170px;
}

header .header-content-section.menu-collapsed .header-right {
    width: 90%;
}

.min-height-80vh {
    min-height: 80vh !important;
}

.min-height-0 {
    min-height: 0px !important;
}

.min-height-100 {
    min-height: 100px;
}

.min-height-plan-section {
    min-height: 195px !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.text-underline {
    text-decoration: underline;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    padding: 0 !important;
}

.action-required {
    background-color: #fff;
    padding: 0.7rem 1.2rem;
    color: #000;
    font-weight: 700;
    display: inline-block;
    border-radius: 4px;
    font-size: 0.875rem;
}

.action-required svg {
    position: relative;
    top: 7px;
    margin-right: 8px;
}

.action-required .icon {
    position: relative;
    margin-right: 8px;
}

.arabic-lang-text {
    color: #882345;
    font-size: 1.2rem;
    font-weight: 700;
}

.arabic-lang-text:hover {
    color: #882345;
}


.action-required .notification-count {
    background-color: #FC4A4A;
    display: inline-block;
    border-radius: 20px;
    font-size: 0.875rem;
    color: #fff;
    padding: 8px 11px;
    font-weight: 400;
    margin-left: 10px;
    line-height: 14px;
}



.welcome-text h1 {
    font-size: 1.25rem;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 28px;
}

.welcome-text h1 span {
    font-size: 0.875rem;
    color: rgba(0,0,0, 0.5);
    display: block;
    font-weight: 400;
}


.menu-button {
    width: 27px;
    height: 17px;
    background-image: url('../img/menu-button.png');
    cursor: pointer;
    margin: 0;
}

.menu-button.collapsed {
    background-image: url('../img/menu-button-collapsed.png');
}

.main-content-wrapper {
    display: flex;
    margin: 100px 0 0 0;
    padding: 0;
}

@-webkit-keyframes Gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes Gradient {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }

.main-content-wrapper .left-panel-toggle {
    width: 16%;
    display: inline-block;
    min-height: 100vh;
    background: -o-linear-gradient(45deg, #882345, #5F0825, #9D234C);
    background: linear-gradient(45deg, #882345, #5F0825, #9D234C);
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    animation: Gradient 5s ease infinite;
    transition: all ease 0.5s;
    position: fixed;
    top: 100;
    padding-bottom:100px;
}


.main-content-wrapper .left-panel-toggle .content-section {
    padding: 1.4rem;
    position: relative;
    min-height:100vh;
}


ul.main-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.main-navigation li {
    border-bottom: 1px solid;
    border-bottom-color: rgba(255,255,255, 0.2);
    position: relative;
}

ul.main-navigation li a {
    display: flex;
    padding: 16px 8px;
    align-items:center !important;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0, 0.2);
    position: relative;
    z-index: 2;
    color: #fff;
    transition: all ease 0.2s;
}

ul.main-navigation li a .menu-notification-count {
    padding: 4px 6px;
    display: inline-block;
    border-radius: 15px;
    background-color: #ff0000;
    color: #fff;
    font-size: 0.625rem;
    margin-left: 4px;
    line-height: 11px;
}

ul.main-navigation li:last-child {
    border-bottom: 0;
    margin-top: 30px;
}


ul.main-navigation li:last-child a {
    background-color: #A90654;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 8px;
    position: relative;
    transition: all ease 0.2s;
}

ul.main-navigation li:last-child a .icon {
    margin-right: 4px;
}

ul.main-navigation li:last-child a .text-link {
    position: relative;
    top: -6px;
}

/* Active States */

ul.main-navigation li.active a , ul.main-navigation li:hover a {
    background-color: #EBEEF4;
    color: #000;
    position: relative;
}

ul.main-navigation li.active a .text-link span.hint-text, ul.main-navigation li:hover a .text-link span.hint-text {
    color: #000;
}


ul.main-navigation li.active:before , ul.main-navigation li:hover:before {
    opacity: 1;
}

ul.main-navigation li.active:after, ul.main-navigation li:hover:after {
    right: -22px;
    background-color: #EBEEF4;
}

/* Active States */

ul.main-navigation li a .icon {
    display: inline-block;
    margin-right: 16px;
    width: 30px;
    text-align: left;
    position: relative;
    top: 3px;
}


ul.main-navigation li a .text-link {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    transition: all ease 0.2s;
}

ul.main-navigation li a .text-link span.hint-text {
    color: #BBBCBC;
    font-size: 0.70rem;
    display: block;
    margin-top: 2px;
    transition: all ease 0.2s;
}

.main-content-wrapper .right-panel-content-area {
    width: 84%;
    background-color: #EBEEF4;
    display: inline-block;
    height: 100%;
    min-height: calc(100vh - 100px);
    margin-left: 16%;
    transition: all ease 0.5s;
}

.main-content-wrapper .right-panel-content-area::-webkit-scrollbar {
    width: 1px;
}

.main-content-wrapper .right-panel-content-area::-webkit-scrollbar-track {
    width: 1px;
}

.main-content-wrapper .right-panel-content-area::-webkit-scrollbar-thumb {
    width: 1px;
}




/* Menu Collapsed State */

.main-content-wrapper.menu-collapsed .left-panel-toggle {
    width: 5%;
}

.main-content-wrapper.menu-collapsed .left-panel-toggle ul.main-navigation li a .text-link {
    display: none;
}

.main-content-wrapper.menu-collapsed .left-panel-toggle ul.main-navigation li a .text-link span.hint-text {
    display: none;
}

.main-content-wrapper.menu-collapsed .left-panel-toggle ul.main-navigation li:last-child a {
    padding: 8px 8px;
}

.main-content-wrapper.menu-collapsed .cant-find-widget {
    width: 70%;
}

.main-content-wrapper.menu-collapsed .cant-find-widget h2 {
    margin: 0;
}

.main-content-wrapper.menu-collapsed .cant-find-widget h2 span {
    margin: 0;
}

.main-content-wrapper.menu-collapsed .cant-find-widget h2 span.text {
    display: none;
}

.main-content-wrapper.menu-collapsed .cant-find-widget p {
    display: none;
}

.main-content-wrapper.menu-collapsed .cant-find-widget .white-cta-btn {
    display: none;
}

.main-content-wrapper.menu-collapsed .right-panel-content-area {
    width: 95%;
    margin-left: 5%;
}


/* Dev Grid Styles */

table.table thead tr {
           background-color: #E4F7FF;
       }
       
       table.table thead tr th {
           color: rgba(0,0,0, 0.8);
           font-size: 0.75rem;
           font-weight: 600;
       }
       
       table.table tbody tr td {
           color: #444444;
           font-size: 0.875rem;
           font-weight: 400;
           padding: 0.70rem 15px;
       }
       
       
       table.table tbody tr td:first-child {
           padding-left: 1rem;
       }
       
       table.table tbody tr td .form-check {
           min-height: 1px;
           margin-bottom: 0;
       }
       
       table.table tbody tr {
           border-bottom: 1px solid #EBEEF4;
       }
       
       table.table tbody tr:last-child {
           border-bottom: 0;
       }
       
       table.table tbody tr.no-border {
           border-bottom: 1px solid #fff;
       }
       
       table.table>:not(caption)>*>* {
           border: 0;
       }
       
       table.table tbody tr td i {
           color: #1530BE;
       }
       
       .red-icon {color: #FF0000;}

       .previous-value {
        background-color: #FFF0F0;
       }

       .updated-value {
        background-color: #ECF9F2;
       }


/* Dev Grid Styles */

/* Menu Collapsed State */

.cant-find-widget {
    padding: 1rem;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 90%;
    display: block;
    background-color: rgba(0,0,0, 0.2);
    border-radius: 8px;
    transition: all ease 0.2s;
}
.cant-find-widget h2 {
    font-size: 0.75rem;
    color: #fff;
    margin: 0 0 16px 0;
}

.cant-find-widget h2 span img {
    width: 80%;
    height: auto;
    margin-right: 0.5rem;
}

.cant-find-widget h2 span {
    display: inline-block;
    position: relative;
    margin-right: 0px;
}

.cant-find-widget p {
    color: rgba(255,255,255, 0.8);
    font-size: 0.75rem;
    margin: 0 0 16px 0;
}


.cant-find-widget .white-cta-btn {
    display: inline-block;
    background-color: #fff;
    color: #882345;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 4px;
}

h2.title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.6rem 0;
    padding: 0;
    color: #000000;
}

.dashbaord-card {
    box-shadow: 0px 2px 11px -10px #000000;
    background-color: #fff;
    border:0;
    border-radius: 4px;
    overflow:auto;
}

.dashbaord-card h3.small-title {
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    padding: 0;
    color: #000000;
}

.dashbaord-card.review {
    min-height: 100px;
	overflow:auto;
}


.form-label {
    color: #7A7A7A;
    font-size: 0.75rem;
    margin-bottom: 4px;
}

.form-control-text {
    color: #000;
    font-size: 0.875rem;
}

ul.quicklink-list {
    margin: -6px 0 0 0;
    padding: 0;
    list-style: none;
}

ul.quicklink-list li {
    position: relative;
}

ul.quicklink-list li a {
    color: #1530BE;
    font-size: 0.875rem;
    padding: 6px 10px 6px 20px;
    display: block;
}


ul.quicklink-list li:last-child a {
    padding-bottom: 0;
}

ul.quicklink-list li:before {
    content: "";
    background-image: url("../img/list-bullet.png");
    width: 9px;
    height: 12px;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
}

ul.policies-count-list {
    display: flex;
    justify-content: space-between; 
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.policies-count-list li {
    display: inline-block;
    margin-right: 1rem;
}

ul.policies-count-list li label {
    color: #313131;
    font-size: 0.75rem;
    display: block;
    margin-bottom: 10px;
}

ul.policies-count-list li span.number {
    background-color: #ccc;
    display: inline-block;
    padding: 15px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5rem;
    border-radius: 4px;
}

ul.policies-count-list li span.number.green {
    background-color: #E3F6E6;
    color: #42C556;
}

ul.policies-count-list li span.number.blue {
    background-color: #E4F7FF;
    color: #122754;
}

ul.policies-count-list li span.number.light-blue {
    background-color: #E4F7FF;
    color: #122754;
}


ul.policies-count-list li span.number.red {
    background-color: #FFE6E6;
    color: #FF0000;
}

.plan-summary-section {
    padding: 0;
}

.plan-summary-section p.info-message {
    margin: 10px 0 0 0;
    padding: 0;
    color: #717171;
    font-size: 0.75rem;
}

.plan-type {
    padding: 0;
    margin-bottom: 0.6rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.plan-type .plan-section {
    width: 40%;
    display: inline-block;
}
/* 
.plan-type .plan-section select.form-control {
    font-size: 0.85rem;
} */

.plan-type .plan-doc-section {
    width: 55%;
    display: inline-block;
}

.plan-type label.title {
    color: #717171;
    font-size: 0.75rem;
    margin-right: 1rem;
}

.plan-type-radio label.title {
    color: #717171;
    font-size: 0.75rem;
    margin-right: 1rem;
    display: block;
}

.form-check .form-check-label {
    font-weight: 400;
    color: #1A1A1A;
    font-size: 0.875rem !important;
    display: inline-flex !important;
    align-items: top;
}

.form-check .form-check-input[type="radio"] {
    border: 2px solid #882345 !important;
    width: 20px !important;
    height: 20px !important;
}

.form-check .form-check-input[type="radio"]:checked {
    border: 2px solid #882345 !important;
    background-image: url('../img/radio-checked.png') !important;
    box-shadow: none !important;
}


.form-check .form-check-input[type="radio"]:checked::after {
    display: none !important;
}

.form-check .form-check-input[type="checkbox"] {
    border: 2px solid #882345 !important;
    width: 20px !important;
    height: 20px !important;
}

.form-check .form-check-input[type="checkbox"]:after {
    top: 0 !important;
    left: 0 !important;
}


ul.plan-benefits-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

ul.plan-benefits-list li {
    display: inline-block;
    border-right: 1px solid #ccc;
    line-height: 12px;
    margin-right: 10px;
    margin-bottom: 1rem;
}

ul.plan-benefits-list li:last-child {
    margin-right: 0;
    border-right: 0;
}

ul.plan-benefits-list li a {
    display: block;
    color: #1530BE;
    font-size: 12px;
    position: relative;
    padding: 0 10px 0 20px;
    text-decoration: underline;
}

ul.plan-benefits-list li a:after {
    content: "";
    background-image: url('../img/doc-icon.png');
    width: 12px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: -2px;
    left: 0;
}

.auh-basic-banner {
    background-color: #D5F3F6;
    padding: 1rem;
    border-radius: 4px;
    border: 1px solid #15967F;
}

.auh-basic-banner h2 {
    color: #15967F;
    font-size: 0.875rem;
    margin:  0 0 10px 0;
    font-weight: 600;
}

.auh-basic-banner p {
    color: #000000;
    font-size: 0.85rem;
    margin:  0 0 10px 0;
    font-weight: 500;
}

.ad-banner-section {
    position: relative;
}

.ad-banner-section .carousel-indicators {
    margin-bottom: 0;
    bottom: 5px;
}

.ad-banner-section .carousel {
    border: 1px solid #119A81;
    border-radius: 4px;
    overflow: hidden;
}


.img-hold {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.img-hold img {
    width: 100%;
    height: auto;
}

ul.auh-benifits-list {
    margin: 6px 0 0px 1rem;
    padding: 0;
}

ul.auh-benifits-list li {
    font-size: 0.85rem;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    padding-bottom:4px;
}

.buy-now-btn {
    padding: 0.5rem 1rem;
    display: inline-block;
    background-color: #fff;
    color: #882345;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid #882345;
    border-radius: 4px;
}


ul.tab-header {
    margin: 0 0 16px 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #C4C4C4;
    display: flex;
}

ul.tab-header li {
    display: inline-block;
    position: relative;
}

ul.tab-header li:after {
    width: 100%;
    height: 0px;
    background-color: rgba(0,0,0, 0.5);
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

ul.tab-header li.active:after {
    height: 3px;
    background-color: #882345;
}

ul.tab-header li a {
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    display: block;
}

ul.tab-header li.active a {
    color: #882345;
    display: block;
}

.table-container {
    margin: 0;
}

.table-container .table-responsive table thead tr {
    background-color: #E4F7FF;
}

.table-container .table-responsive table thead tr th {
    color: rgba(0,0,0, 0.8);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.5rem;
}

.table-container .table-responsive table tbody tr td {
    color: #444444;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 0.70rem 0.5rem;
}


.table-container .table-responsive table tbody tr td:first-child {
    padding-left: 1rem;
}

.table-container .table-responsive table tbody tr td .form-check {
    min-height: 1px;
    margin-bottom: 0;
}

.table-container .table-responsive table tbody tr {
    border-bottom: 1px solid #EBEEF4;
}

.table-container .table-responsive table tbody tr:last-child {
    border-bottom: 0;
}

.table-container .table-responsive table tbody tr.no-border {
    border-bottom: 1px solid #fff;
}

.table>:not(caption)>*>* {
    border: 0;
}

ul.grid-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.grid-icons li {
    display: inline-block;
    margin-right: 16px;
}

ul.grid-icons li a {
    color: #1530BE;
}

ul.grid-icons.two-lines li a svg {
    position: relative;
    top: 6px;
}

ul.grid-icons.two-lines li {
    margin-bottom: 4px;
}

ul.grid-icons.two-lines li:last-child {
    margin-bottom: 0px;
}


.grid-more-btn {
    cursor: pointer;
    color: #1530BE;
}

.grid-more-dropdown {
    min-width: 300px;
    padding: 1rem;
}

ul.grid-more-dropdown li {
    display: block;
    border-bottom: 1px solid #ccc;
}

ul.grid-more-dropdown li:last-child {
    border-bottom: 0;
}

ul.grid-more-dropdown li a {
    padding: 10px 0;
    display: block;
    color: #444444;
}


ul.grid-more-dropdown li a .iconify {
    margin-right: 8px;
    color: #1530BE;
}

.information-box {
    padding: 1rem;
    border: 1px solid #D2D2D2;
    border-radius:4px;
    display: flex;
    align-items: center;
}

.information-box p {
    margin: 0;
    font-size: 0.875rem;
    color: #122754;
}

.info-text {
    color: #122754;
    font-size: 0.875rem;
}

.info-text span {
    font-weight: 700;
}

.endoresement-btns {
    font-size: 0.75rem;
    color: #882345;
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #882345;
    border-radius: 4px;
    font-weight: 500;
}

.endoresement-btns:hover, .endoresement-btns:focus {
    color: #882345;
}

.endoresement-btns svg {
    position: relative;
    top: 3px;
}

.search-section {
    position: relative;
}

.search-section .form-control {
    padding: 0.5rem;
    color: #ACACAC;
    border: 1px solid #BDC3CF;
    border-radius: 4px;
    min-width: 330px;
    font-size: 0.875rem;
}

.search-section .search-icon {
    position: absolute;
    top: 8px;
    right: 10px;
}


.custom-full-screen-model .modal-dialog {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

.custom-full-screen-model .modal-dialog .modal-content {
    background-color: #EBEEF4;
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
    padding: 0;
}

.custom-full-screen-model .modal-dialog .modal-content .modal-header {
    background-color: rgba(255,255,255, 1);
    padding: 1.5rem 2rem;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0, 0.2);
    box-shadow: 0 0 16px -1px #ccc;
    position: relative;
}

.custom-full-screen-model .modal-dialog .modal-content .modal-header .oed-close {
    position: absolute;
    right: 20px;
    top: 35%;
}

.custom-full-screen-model .modal-dialog .modal-content .modal-header .oed-close:focus {
    outline: 0;
}

.custom-full-screen-model .modal-dialog .modal-content .modal-header h4.modal-title {
    font-size: 1.5rem;
    padding: 0;
    font-weight: 600;
    color: #000;
}

.custom-full-screen-model .modal-dialog .modal-content .modal-body {
    padding: 2rem;
}

ul.selected-members-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.selected-members-list li {
    margin-bottom: 0.5rem;
}


ul.selected-members-list li a {
    display: block;
    position: relative;
    background-color: #F3F3F3;
    border-radius: 3px;
    color: #122754;
    font-size: 0.75rem;
    padding: 0.5rem;
    font-weight: 600;
}

ul.selected-members-list li a .close-icon {
    color: #ff0000;
    font-weight: 700;
    position: absolute;
   right: 10px;
    top: 10px;
    z-index: 2;
    columns: #E4F7FF;
}


ul.selected-members-list li.active a {
    background-color: #E4F7FF;
}


ul.stepwizard-endorsement {
    margin: 0 3rem 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

ul.stepwizard-endorsement:after {
    width: 85%;
    height: 2px;
    background-color: #D9D9D9;
    margin: 0px auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    content: "";
    display: inline-block;
}

ul.stepwizard-endorsement.three-steps:after {
    width: 78%;
}

ul.stepwizard-endorsement li {
    display: inline-block;
    margin-right: 3rem;
    position: relative;
    z-index: 2;
}

ul.stepwizard-endorsement li:last-child {
    margin-right: 0;
}

ul.stepwizard-endorsement li a {
    color: #989898;
    display: block;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
}

ul.stepwizard-endorsement li a span {
    display: block;
    width: 24px;
    height: 24px;
    color: #989898;
    border: 2px solid #D9D9D9;
    border-radius: 24px;
    font-size: 0.75rem;
    margin: 0px auto 10px;
    background-color: #fff;
    position: relative;
    font-weight: 400;
    line-height: 19px;
}

ul.stepwizard-endorsement li a span:after {
   width: 17px;
    height: 13px;
    background-image: url('../img/steps-selected-check.png');
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0px auto;
    display: none;
}


ul.stepwizard-endorsement li.active a {
    color: #003478;
    font-weight: 700;
}


ul.stepwizard-endorsement li.active a span {
    border: 2px solid #003478;
    font-weight: 700;
    color: #003478;
}

ul.stepwizard-endorsement li.completed a {
    color: #003478;
    font-weight: 400;
    color: #989898;
}


ul.stepwizard-endorsement li.completed a span {
    border: 2px solid #42C556;
    background-color: #42C556;
}

ul.stepwizard-endorsement li.completed a span:after {
    display: block;
}


.form-section label {
    font-size: 0.75rem !important;
}

.form-section input.form-control {
    height: 40px;
    font-size: 0.875rem !important;
    border-radius: 4px !important;
    background-color: #fff !important;
}

.form-section select.form-control {
    height: 40px;
    font-size: 0.875rem !important;
    border-radius: 4px !important;
    background-color: #fff !important;
}

h2.form-subtitle {
    font-size: 1rem;
    color: #000;
    margin: 0 0 1rem 0;
    font-weight: 600;
}


.submit-btn.solid {
    background-color: #882345;
    border-radius: 4px;
    color: #fff;
    font-size: 0.875rem;
    padding: 0.4rem 2rem;
    display: inline-block;
    text-transform: capitalize;
}

.submit-btn.bordered {
    background-color: #fff;
    border-radius: 4px;
    color: #882345;
    font-size: 0.875rem;
    padding: 0.4rem 2rem;
    display: inline-block;
    border: 1px solid #882345;
    text-transform: capitalize;
}

/* .submit-btn.no-fill {
    background-color: #fff;
    border-radius: 4px;
    color: #882345;
    font-size: 0.875rem;
    padding: 0.4rem 2rem;
    display: inline-block;
    border: 1px solid #882345;
    text-transform: capitalize;
} */


.call-to-actions-container {
    margin-top: 1rem;
}


ol.ordered-list {
    margin: 0 0 1.4rem 0;
    list-style: auto;
}

ol.ordered-list li {
    margin: 0 0 0 0;
    padding: 4px 0 4px 6px;
    color: #476b83;
    font-size: 15px;
}

ol.ordered-list.review {
    margin: 0 0 0 0 !important;
    list-style: auto;
    display: flex;
    padding: 0 !important;
}

ol.ordered-list.review li {
    margin: 0 1.5rem;
    padding: 4px 0 4px 6px;
    color: #476b83;
    font-size: 15px;
    display: inline-block;
}

ol.ordered-list.review li:first-child {
    margin-left: 0;
}

.download-member-template {
    border: 1px solid #BDC3CF;
    padding: 1.2rem;
    border-radius: 4px;
    margin-right: 2rem;
}

.download-member-template h2 {
    color: #122754;
    font-size: 1rem;
    margin: 0 0 1rem 0;
    font-weight: 600;
}

.download-member-template h2 a {
    color: #122754;
}

.download-member-template h2 a:hover, .download-member-template h2 a:focus {
    color: #122754;
}


.download-member-template span.icon {
    margin-right: 0.5rem;
    position: relative;
    display: inline-block;
    top: -2px;
}

.download-member-template p {
    margin: 0;
}

.download-member-template p span {
    font-weight: 600;
}


.secondary-upload {
    border: 1px solid #003478;
    padding: 0.5rem 1.5rem;
    display: inline-block;
    border-radius: 4px;
    font-size: 0.9375rem;
}

.secondary-upload .form-section label {
    font-size: 0.9375rem !important;
}


.action_link {
    border: 1px solid #fff;
    padding: 0.5rem 0.5rem;
    display: inline-block;
    border-radius: 4px;
    margin: 0 0.5rem 0 0;
    font-size: 0.875rem;
}

.action_link i {
    display: inline-block;
    margin-right: 0.5rem;
}

.oed-member-doc-info h2.title {
    font-size: 0.875rem;
    color: rgba(0,0,0, 0.8);
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0,0,0, 0.1);
    font-weight: 400;
}

.oed-member-doc-info h2.title span {
    color: #882345;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-block;
    margin-left: 5px;
}


.doc-check-list-section {
    margin: 1.5rem 0;
    padding: 0;
}

.doc-check-list-section > h3 {
    font-size: 0.875rem;
    color: rgba(0,0,0, 0.8);
    margin: 0 0 1rem 0;
    font-weight: 400;
} 

.doc-check-list-section .check-list-box {
    padding: 1rem;
    border: 1px solid;
    border-color: rgba(0,0,0, 0.1);
    border-radius: 4px;
    margin-right: 1rem;
    min-width: 250px;
}

.doc-check-list-section .check-list-box ol.ordered-list {
    margin: 0;
    padding: 0 0 0 1rem;
}


.doc-check-list-section .check-list-box h3 {
    color: #003478;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding: 0;
}


.pol-num-wrap {
    position: relative;
}


.advanced_search_trigger {
    display: inline-block;
    padding: 0.5rem 1rem;
    border: 1px solid #882345;
    color: #882345 !important;
    font-size: 0.875rem;
    font-weight: 600;
    position: absolute;
    top: 0;
    border-radius: 4px;
}

.advanced_search_trigger i.icon {
    position: relative;
    top: 3px;
    margin-right: 0.5rem;
}

.pol-num-wrap .form-section label {
    margin-bottom: 0;
}


.pol-num-wrap .form-section select.form-control {
    min-width: 150px;
}


.pol-num-wrap ul.policies-count-list li label {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -3px;
}

.pol-num-wrap ul.policies-count-list li span.number {
    padding: 10px 16px;
    font-size: 24px;
    margin-left: 10px;
}

.advance-search-result, .mbr-advance-search-result {
    padding: 1.5rem;
    border: 1px solid #D2D2D2;
    position: relative;
    border-radius: 4px;
    margin-bottom: 1rem;
}


.advance-search-result .close-btn, .mbr-advance-search-result .close-btn {
    color: #882345 !important;
    position: absolute;
    top: -15px;
    font-weight: bold;
    z-index: 2;
}



.waitingforpayment-btn {
    width: auto;
    display: inline-block;
    border-radius: 4px;
}

.submited-btn {
    width: auto;
    display: inline-block;
    border-radius: 4px;
}


.info-icon {
    position: relative;
    top: 4px;
    margin-left: 5px;
    color: rgba(71 ,107, 131, 0.5) !important;
}

.form-section label .hover-content {
    right: -44px;
    bottom: 22px;
}

.form-section label .hover-content p {
    font-size: 12px;
    font-weight: 400;
}

.switch-profile {
    background-color: #003478;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.85rem;
    margin-left: 0.5rem;
}

/* Portrait and Landscape */
/* Custom Styles For Mobile Devices Starts here */

@media only screen 
  and (min-device-width: 280px) 
  and (max-device-width: 767px)  {

header {
    height: auto;
    position: static;
    padding: 0;
}

header .d-flex {
    display: block !important;
    position: relative;
}

header .d-flex  .menu-button {
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 3;
    margin: 0;
}

header .header-content-section {
    display: block;
    position:relative;
}

.switch_lang_div {
    position: absolute;
    top: -150px;
    right: 20px;
    margin: 0 !important;
}

header .header-content-section .header-left {
    width: 100%;
}

header .header-content-section .header-right {
    width: 100%;
    display: block;
    padding: 0;
}


header .welcome-text {
    padding: 0 2rem;
}


header .min-height-100 {
    min-height: 10px;
}

header .action-required {
    margin-left: 1rem;
}

.main-content-wrapper {
    margin: 0;
    width:100%;
}

.main-content-wrapper .left-panel-toggle {
    display: none;
    z-index: 9;
    width: 100%;
}

.main-content-wrapper .right-panel-content-area {
    width: 100%;
    margin: 0px auto;
}

.dashbaord-card {
    margin-bottom: 1rem;
}

.dashbaord-card .d-flex {
    display: block !important;
}

.plan-type label.title {
    display: block;
    margin-bottom: 10px;
}

.information-box {
    display: block;
}

.information-box .info-text {
    margin: 1rem 0;
}

.endoresement-btns {
    width: 100%;
    margin-bottom: 0.5rem;
}

.endoresement-btns:last-child {
    margin-bottom: 0;
}

.search-section {
    margin: 1rem 0;
}

.search-section .form-control {
    min-width: 100%;
}

.table-container .table-responsive table tbody tr td {
    white-space:normal !important;
}


}

/* Tablet Custom Stylings */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1020px)  { 

    body,html {
        font-size: 0.85rem !important;
    }

    header {
        height: auto;
        position: static;
        padding: 0 60px 0 0;
    }
    
    header .d-flex  .menu-button {
        position: absolute;
        top: 40px;
        right: 10px;
        z-index: 3;
        margin: 0;
    }
    
    
    header .col-md-6:first-child {
        width: 60%;
    }

    header .col-md-6:last-child {
        width: 40%;
    }
    
    header .welcome-text {
        padding: 0 2rem;
    }
    
    
    header .min-height-100 {
        min-height: 100px;
    }
    
    header .action-required {
        margin-left: 1rem;
    }
    
    .main-content-wrapper {
        margin: 0;
    }
    
    .main-content-wrapper .left-panel-toggle {
        display: none;
        z-index: 9;
        width: 100%;
        min-height: 100vh;
    }
    
    .main-content-wrapper .right-panel-content-area {
        width: 100%;
        margin: 0px auto;
    }

    .main-content-wrapper .right-panel-content-area .col-md-10:first-child {
        width: 100%;
    }

    .main-content-wrapper .right-panel-content-area .col-md-2 {
        width: 100%;
    }


    .auh-basic-banner {
        min-height: 200px;
        margin-top: 20px;
    }

    .auh-basic-banner .img-hold {
        width: 25%;
        float: left;
        margin-right: 50px;
    }

    .policy-section-container .d-flex {
        display: block !important;
    }

    .search-section {
        margin-top: 10px;
    }


}

/* End of Tablet Custom Stylings */



@media only screen 
  and (min-device-width: 1020px) 
  and (max-device-width: 1450px)  { 

    
/* Small laptops */


body,html {
    font-size: 0.83rem !important;
}

ul.main-navigation li a {
    padding: 7px 8px;
}

ul.main-navigation li a .icon {
    margin-right: 6px;
}

.main-content-wrapper.menu-collapsed .left-panel-toggle ul.main-navigation li:last-child a {
    padding: 8px 4px;
    position: relative;
}

.main-content-wrapper.menu-collapsed .left-panel-toggle ul.main-navigation li:last-child a .icon {
    margin-right: 0;
}

h2.title {
    font-size: 0.93rem !important;
}


}



@media only screen 
  and (min-device-width: 1450px) 
  and (max-device-width: 1750px)  { 

    
/* Large laptops */

body,html {
    font-size: 0.93rem !important;
}

ul.main-navigation li a {
    padding: 12px 8px;
}

ul.main-navigation li a .icon {
    margin-right: 6px;
}

h2.title {
    font-size: 0.93rem !important;
}


}



@media only screen 
  and (min-device-width: 1750px) 
  and (max-device-width: 4600px)  { 

    
/* Large Screens */

body,html {
    font-size: 1.0625rem !important;
}


}

.oed-member-form-section .form-control[readonly], 
.oed-member-form-section .form-control[disabled] {
    background: #F8F8F8 !important;
    cursor: not-allowed;
}

.select2-container {width:100%;color:#476B83 !important;}

.select2-container .select2-selection--single {
    height:40px;
    padding-top: 5px;
    border: 1px solid #E0E6EE;
    color:#476B83 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {color:#476B83 !important;}

#smeQuotationModal .modal-dialog .modal-content {
	min-height: 100vh;
}

#smeQuotationModal .modal-dialog .modal-content .modal-header {
    position: relative;
}

.configure-top-section table.table tbody tr {
    border-bottom:0 !important;
}

#enr-member-selection-wrap #last1 {
    display:inline-block !important;
}

#enr-member-selection-wrap #1 {
    display:none !important;
}

ul.policy-document-listings li a {
    padding: 0px 10px 0px 0px;
    color: #1530BE !important;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    text-decoration: underline;
    border-right: 1px solid #ccc;
    padding-left: 0;
    margin-right:10px;
}

.policy-document-listings .iconify {
    color: #1530BE !important;
    vertical-align: sub;
}

ul.policy-document-listings li a:last {
    border-right:none;
}

ul.policy-document-listings li:before {
    color: #1530BE !important;
}

ul.policy-document-listings li:before {
    display:none;
}

ul.policy-document-listings li:last-child a {
	border: none !important;
}

@media (-webkit-device-pixel-ratio: 1.25) {
  * {
    zoom: 0.985;
  }
  
  .main-content-wrapper .left-panel-toggle {
      zoom:0.9;
      top:100px !important;
      min-height: 100vh !important;
  }
  
  header {
      zoom:0.9;
  }
  
  .main-content-wrapper {
    margin: 80px 0 0 0;
    }
  
}

@media (-webkit-device-pixel-ratio: 1.5) {
  * {
    zoom: 0.975;
  }
  
  .main-content-wrapper .left-panel-toggle {
      zoom:0.8;
      top:90px !important;
      min-height: 100vh !important;
  }
  
  header {
      zoom:0.75;
  }
  
  .main-content-wrapper {
    margin: 80px 0 0 0;
    }
 
}
