@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/*--font face end--*/
body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

:root {
    --primarycolor: #4F7290;
    --secondarycolor: #D4F2F4
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
    color: #0A0A0A;
}
.text-grey{
    color: #919191;
}
.text-24{
    font-size: 24px;
}
.text-14{
    font-size: 14px;
}
.text-18{
    font-size: 18px;
}
.font-300{
    font-weight: 300;
}
.font-400{
    font-weight: 400;
}


/* Login page */

.login-wrapper {
    min-height: 100vh;
}

.login-left {
    background-image: linear-gradient(#F6F3F0, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container {
    max-width:520px;
    width: 100%;
}

.login-container h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.form-label {
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
}

.form-label sup {
    color: var(--primarycolor);
}
.loginRightImg .form-check .form-check-label {
	padding-top: 4px;
	font-size: 15px;
    color: #747474;
    font-weight: 400;
}
.form-control.form-control-lg, .form-select.form-select-lg {
    height: 50px;
    border-radius: 60px;
    border-color: #F4E6E6;
    
}
input.icon-holder {
    padding-left: 45px;
}

input.icon-holder-right {
    padding-right: 35px;
}

.form-control.icon-holder-right+.input-icon-right {
    position: absolute;
    top: 8px;
    right: 10px;
}

.input-icon {
    position: absolute;
    left: 13px;
    top: 5px;
}

.form-control-lg+.input-icon,
.form-control-lg~.password-eye-icon {
    top: 14px;
}

.form-check {
    padding-left: 30px;
}

.form-check .form-check-label {
    padding-top: 4px;
    font-size: 13px;
}

.form-check .form-check-input {
    margin-left: -30px;
}

.form-check-input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border-color: var(--primarycolor);
}

.form-check-input[type="radio"] {
    width: 20px;
    height: 20px;
}

.form-check-input:checked {
    background-color:hsla(326, 70%, 59%, 1);
    border-color: hsla(326, 70%, 59%, 1);
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control,
.form-select {
    border-color: #E0E0E0;
    color: #000000;
    font-size: 14px;
    height: 50px;
    border-radius: 10px;
}
.table-result p{
    font-size: 13px;
    font-weight: 500;
    color: rgba(83, 83, 83, 1);
}

.form-select.form-select-sm {
    height: 38px;
    border-radius:10px ;
}

.form-control.form-control-lg,
.form-select.form-select-lg {
    height: 50px;
    border-radius: 60px;
}

.page-title-row {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.page-title-row h5 {
    font-size: 26px;
    font-weight: 500;
    color: #0A0A0A;
}

.page-title-row img.backarrow {
    margin-top: -5px;
}

.btn.btn-lg {
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.btn {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 60px;
    padding: 8px 15px;
    color: #000;
    font-weight: 500;
}
.btn-2 {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 10px;
    padding: 12px 16px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}
.btn-primary-2 {
    background-color: var(--primarycolor);
    color: #fff !important;
    min-width: 100px;
    border: 0;
}

.btn.btn-sm {
    font-size: 13px;
}


.btn.btn-primary.disabled {
    opacity: .5;
    background: #a4a4a4;
    border-color: #a4a4a4;
}

.btn-primary {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff !important;
    min-width: 100px;
}

.btn-light {
    background: #fff;
    border-color: var(--primarycolor);
    color:  var(--primarycolor);
}

.btn-outline-primary {
    border-color:  var(--primarycolor);
    color:  var(--primarycolor);
}

.btn-secondary {
    background: #333333;
    color: #fff;
    min-width: 100px;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
    background: #333333 !important;
    border-color: #333333 !important;
}

.btn-outline-danger {
    border-color: #F14336;
    color: #F14336;
}

.btn-outline-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

.btn-outline-light:hover {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
}

.btn.btn-outline-danger:hover {
    color: #fff;
    border-color: var(--primarycolor);
    background-color: var(--primarycolor);
}

.btn:hover,
.btn-check:checked+.btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
    color: #fff;
}

.text-link {
    color: var(--primarycolor);
}


.tp-search {
    position: relative;
    margin: 0 0 0 20px;
    max-width: 330px;
    width: 100%;
}

.tp-search input {
    border: solid 1px #D4D4D4;
    border-radius: 10px;
    padding: 10px 10px 10px 40px;
    width: 100%;
}

.tp-search .searchicon {
    position: absolute;
    left: 13px;
    top: 10px;
}

/*--dashboard css--*/
.dash-item {
    background: #fff;
    border-radius: 16px;
    padding: 15px;
    display: flex;
    font-size: 26px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 0 3px hsla(0, 0%, 0%, 0.06);
}

.dash-item a {
    display: flex;
    width: 100%;
    text-decoration: none;
    align-items: center;
}

.dash-item a p {
    font-size: 30px;
    color: rgba(0, 0, 0, 1);
    font-weight: 300;
}

.dash-item .dash-item-icon {
    border-radius: 12px;
    background:hsla(300, 26%, 95%, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    margin-right: 10px;
}

.dash-item h6 {
    font-size: 13px;
    color: hsla(210, 8%, 32%, 1);
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.innerbody {
    padding-left: 270px;
    background-color: hsla(259, 22%, 96%, 1);
    transition: all .3s ease-in;
}

.user-set-menu {
    color: #000;
    border-radius: 27px;
    padding: 3px 10px 3px 3px;
    margin-right: 10px;
    margin-left: auto;
}

.user-set-menu .dropdown-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.user-set-menu .dropdown-toggle small {
    font-size: 10px;
    color: #4D4D4D;
}

.user-set-menu .dropdown-toggle h6 {
    font-size: 16px;
    margin: 0;
    color: rgba(51, 51, 51, 1);
    font-weight: 300;
}

.user-set-menu .dropdown-toggle small {
    font-size: 10px;
}

.user-set-menu .dropdown-menu {
    font-size: 15px;
    color: #333;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

.user-set-menu .dropdown-menu .dropdown-item {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}
.dropdown-menu img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}
.user-set-menu a {
    color: #333;
}

.pate-content-wrapper {
    min-height: calc(100vh - 80px);
}
.pate-content-wrapper-dash {
    min-height: calc(100vh - 138px);
}

/*--dashboard css--*/

/*--sidebar--*/
.closemenu-btn {
    display: none;
}

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 270px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(-45deg ,#7CBED8,#F6CBED, #EDF0F5  );
    padding: 23px 20px;
    color: #fff;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    overflow: auto;
    justify-content: space-between;
}

.menubar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menubar li {
    margin-bottom: 10px;
}

.menubar li>a {
    display: flex;
    align-items: center;
    border-radius: 50px;
    padding: 8px 20px;
    background-color: #fff;
    color: hsla(0, 6%, 11%, 1);
    font-size: 16px;
    text-decoration: none;
    height:50px;
    font-weight: 400;
    position: relative;
    z-index: 10;
}

.menubar li>a img {
    margin-right: 10px;
}

    .menubar li.active img {
      
        filter: invert(1) brightness(2)
    }

.menubar li>a:hover,
.menubar li a.active {
    color: #ffffff !important;
    background-color: hsla(208, 29%, 44%, 1);
}

.menubar li.active a {
    background: var(--primarycolor);
    color: #fff;
}

.menubar li>a.has-submenu::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 20px;
    width: 12px;
    height: 12px;
    background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
    transition: all .2s ease;
}

.menubar li>a.has-submenu.active::after {
    transform: rotate(90deg);
}

.has-submenu.active+.submenu {
    display: block;
}

.submenu {
    list-style: none;
    padding: 15px;
    background: #3C3C3C;
    position: relative;
    z-index: 8;
    top: -5px;
    border-radius: 0 0 8px 8px;
    display: none;
}


.submenu li a {
    padding: 5px 5px 5px 15px;
    border-radius: 0;
    height: auto;
    font-size: 14px;
    position: relative;
}

.submenu li a.active {
    background: transparent;
    color: #D87EBD;
}

.submenu li a:hover {
    background: transparent;
    color: #D87EBD;
}

.submenu li a:hover::after,
.submenu li a.active::after {
    background: #D87EBD;
}

.submenu li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #D9D9D9;

}

.sildebarlogo {
    margin: 26px 0 55px;
}

.sildebarlogo img{ width: 110px;}

.sidebar ul li a:hover img, .sidebar ul li a.active img {
	filter: invert(1) brightness(2);
}

/*--sidebar--*/


.content-body {
    padding: 30px 30px 20px 80px;
}

.footer {
    text-align: center;
    border-top: solid 1px #E7E7E7;
    padding: 10px 0;
    font-size: 14px;
    color: #969696;
}

.white-body-card {
    background: #fff;
    padding: 20px;
    min-height: calc(100vh - 230px);
    margin-bottom: 20px;
    border-radius: 10px;
}

.table>thead {
    vertical-align: middle;
}

.table thead th {
	background: hsla(0, 1%, 28%, 1);
	color: #ffffff;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
}
.table .btn-secondary{
    padding: 4px 16px !important;
    min-width: 22px !important;
    font-size: 11px;
    font-weight: 400;
}
.table .btn-danger{
    padding: 4px 16px !important;
    min-width: 22px !important;
    font-size: 11px;
    font-weight: 400;
    color: #fff !important;

}


.table thead th:first-child {
   width:20px;
}


.table {
    border: solid 1px  var(--primarycolor);
    font-size: 12px;
    font-weight: 400;
    background: #fff; 
    color: #000;   
}

.table tr td {
    border-color: #F4F2EF;  
    font-size: 14px ;
    font-weight: 300 ;  
    color: hsla(0, 0%, 20%, 1);
}
.table tr td  a{
    font-size: 14px;
    font-weight: 600;
    color: hsla(208, 29%, 44%, 1);
}
.table tr:last-child td {
    border-color:  hsla(0, 1%, 28%, 1);
}



.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
	color: #293854;
	border-color: #F4F2EF;
}

.pagination .page-item.active .page-link {
    background: var(--primarycolor);
    border-color: #F5F0EC;
    color: #fff;
    
}
.page-link{
    font-size: 14px;
    font-weight: 500;
}

.pagination .page-link img {
    margin-top: -3px;
}

.header {
	background: #fff;
	padding: 10px 15px 10px 30px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #F7EAE9;
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-row-search {
    display: flex;
    flex-wrap: wrap; 
}

.header-serarch {
    position: relative;
    width: 260px;   
}
.header-serarch .inputicon {
    position: absolute;
    top: 14px;
    left: 14px;
}
.header-serarch .form-control {
    padding-left: 10px;
    padding-right: 35px;
}
.headerserarch {
    position: relative;
    width: 315px;
    
}
.headerserarch .inputicon {
    position: absolute;
    top: 14px;
    left: 14px;
}

.headerserarch .inputicon-rt {
    position: absolute;
    top: 6px;
    right: 14px;
    cursor: pointer;
}

.headerserarch .form-control {
    padding-left: 45px;
    padding-right: 35px;
    color: #101010;
    border-color: hsla(0, 0%, 89%, 1);
}

.filterby {
    display: flex;
    font-size: 16px;
    align-items: center;
}

.filterby label {
    white-space: nowrap;
    margin-right: 10px;
}

.card {
    border-radius: 10px;
}

.text-light {
    color: #B9B8B8 !important;

}

.label-heading {
    font-size: 14px;
}


.m-card-min-hight {
    min-height: calc(100vh - 290px);
}


.dropdown-item.active,
.dropdown-item:active {
    background: var(--primarycolor);
}

.uploaded img {
    margin-right: 0;
}

.dataTables_wrapper .dataTables_paginate {
    border-radius: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0;
    background: var(--secondarycolor);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
    background: var(--secondarycolor);
}



.fw-semibold img {
    width: 40px;
    border-radius: 10px;
    margin-right: 5px;
    border: 1px solid #dfdfdf;
}

.dataTable {
    width: 100% !important
}

.fw-semibold {
    width: 180px
}

.dataTables_length {
    margin: 7px 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--primarycolor) !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: var(--primarycolor) !important;
    color: #fff !important;
    border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
}

.btn:focus-visible {
    color: #fff;
    background-color:var(--primarycolor) !important;
    border-color:var(--primarycolor);
    outline: 0;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: var(--primarycolor) !important;
    border-color:var(--primarycolor);
}



.form-label {
    margin-bottom: 4px;
}

.tbSmImg {
    width: 45px;
    height: 30px;
    border-radius: 8px;
}
/*---*/
.loginLeftImg{
   background-image: url(../images/login-left-img.png); background-repeat: no-repeat;
   background-size: cover;
   width: 100%;
   height: 100%;   
}
.loginRightImg {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    background-image: linear-gradient(#EDF0F5, #F6CBED, #7CBED8);
}

.whiteBg{
    border-radius: 16px;
    background-color: hsla(308, 86%, 97%, 0.5);
    padding:40px 50px;
}

.forgotPass{color: #000000; font-weight: 500;}


.innerbody .container-fluid {padding:20px 30px 0px 40px;}
.textArea{ height: 110px; border-radius: 15px;}
.uploadimage {
	position: relative;
	width: 110px;
	margin: auto;
    text-align: center;
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
	padding: 12px 20px;
    
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3px;
    background-color: #C2C2C2;
    transition: .4s;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2px 3px;
    color: white;
  }
  input:checked + .slider {
    background-color: hsla(133, 50%, 54%, 1);
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 28px;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3.5px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }
  input:checked + .slider:before {
    transform: translateX(18px); /* Adjust based on the width of the slider */
  }
  .rounded-pill {
    border-radius: 24px !important;
    padding: 7px 16px !important ;
    font-size: 11px;
    font-weight: 400;
}
.text-bg-success {
    color: #61CC66 !important;
    background-color: #ffffff !important;
    border: 1px solid #61CC66;
}
.rounded-pill {
    border-radius: 24px !important;
    padding: 6px 14px !important;
    font-size: 12px;
    font-weight: 500;
    min-width:100px;
    text-transform:uppercase;
}
.p-status{
    text-align:right;
}
.text-bg-danger {
    color: #F14336 !important;
    background-color: #ffffff !important;
    border: 1px solid #F14336;
}
.text-success{
    font-size: 11px;
    font-weight: 400;
    color:  #54BF7F !important;
}
.text-danger{
    font-size: 11px;
    font-weight: 400;
    color:  #F14336 !important;

}

.bg-white-container{
    background-color: #fff;
    border-radius: 12px;
    padding: 40px;
    min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.page-title-row h4{
    font-size:28px ;
    font-weight: 600;
    margin: 0px;

}
.btn-outline-dark{
    border-radius: 12px;
    background-color: #fff;
}
.modal-header {
    border-bottom: none;
}
.modal-footer {
    border-top: none;
}
.modal-content{
    border-radius:24px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 8px 30px;
}
.aggre-active {
    display: flex;
    border-radius: 20px;
    border: 1px solid #E1E1E1;
}
.blue-head {
    background-color: #B3D8EC;
    border-radius: 20px 0 0 0;
    padding: 12px 12px;
    height:70px;
   
}
.blue-head img{
    border-radius: 22px;
    width: 45px;
    height: 45px;
}
.pink-head img{
    border-radius: 22px;
    width: 45px;
    height: 45px;
}
.pink-head {
    background-color: #F5C7E7;
    border-radius: 0px 20px 0 0;
    padding: 12px 12px;
    height: 70px
}

 .bor{
    border-right: 1px solid #E9E9E9;
 }
 .aggre-content p{
    font-size:18px ;
    font-weight: 400;
    color: #000;

 }
 .aggre-content span{
    font-size: 14px;
    font-weight:300;
    color: #6D6D6D ;
 }
 .cont-date {
    width: 263px;
 }
 .cont-date p{
    font-size: 18px;
    font-weight:400;
    color: #000000 ;
 }
 .cont-date span{
    font-size: 14px;
    font-weight:300;
    color: #6D6D6D ;
 }


.table td img {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.modal .rounded-pill {
    border-radius: 24px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
    font-weight: 500;
}

.position-relative .eyeicon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}


#agreementModal .modal-header p { font-size:24px;}

#agreementModal .modal-header {
    padding-left: 26px;
    align-items: baseline;
    padding-bottom:0;
}


#agreementModal .blue-head {
    border-radius: 18px 18px 0 0;
}

input[type="file"] {
    width: 100%;
    height:50px; 
    cursor: pointer;
   padding: 14px 14px 14px 14px;
   color:#000;
   
}

    input[type="file"]::-webkit-file-upload-button{
        background: #fff;
    }

        input[type="file"]::file-selector-button {
            background: #fff;
        }


    input[type="file"].custom-file-input:hover::file-selector-button,
    input[type="file"].custom-file-input:hover::-webkit-file-upload-button {
        background: #fff !important; 
    }





.Loading {
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999
}

    .Loading img {
        width: 80px;
        filter: invert(1) brightness(2.5);
    }



.modal-header {
    padding: 26px 30px 15px;
}
.modal-body {
    padding: 0 30px 26px 30px;
}

.modal-header .btn-close {
    border-radius: 100% !important;
    border: 1px solid #000;
    opacity: 1;
    width: 27px;
    height: 27px;
    padding: 0;
    box-sizing: border-box;
    background-size: 10px;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 20px;
}

.user-profile-info .user-profile-img {
    width: 52px;
    height: 52px;
    min-width: 52px;
    margin-right: 10px;
}

    .user-profile-info .user-profile-img img {
        max-width: 100%;
        border-radius: 100%;
        border: 1px solid #dddddd;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.user-profile-info h6 {
    font-size: 18px;
    font-weight: 400; margin-bottom:5px;
}
.user-profile-info small{font-size:14px; font-weight:400;}
.query-details h6 {
    font-size: 18px;
    font-weight: 400;
}
.query-details p {
    font-size: 14px;
    margin-bottom: 5px;
}
.reply-field{position:relative;}
.reply-field .send-btn{position:absolute; bottom: 12px; right:12px;}
.reply-field textarea{padding-right: 60px;}
    .reply-field textarea::-webkit-scrollbar {
        display: none;
    }



span.badge.rounded-pill.pending {
    border: 1px solid #FBB040;
    color: #FBB040;
}

span.badge.rounded-pill.replied {
    border: 1px solid #48BF4D;
    color: #48BF4D;
}

.reply-field .send-btn {
    position: absolute;
    bottom: 12px;
    right: 12px;
}


.modal-lg {
    max-width: 676px !important;
}


.reply-field { position:relative;}

#add-contactus-modal .text-danger {
    position: absolute;
}

.export-btn {
    border: 1px solid #4f7290;
    padding: 10px 18px;
    border-radius: 10px;
    background: #4f7290;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.export-btn img{ margin-right:10px}