

body{
  font-family: 'Heebo', sans-serif!important;
}
h1, h2, h3, h4, h5, h6, p, a{
     font-family: 'Heebo', sans-serif!important;
}

.btn-primary{
    background: linear-gradient(96.54deg, #48D7BE 21.69%, #4AB8D7 69.37%, #4D88FF 105.28%)!important;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
     border-radius: 50px;
}
.btn-primary:hover{
    background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%)!important;
}
.LoginBx {
    width: 100%;
    max-width: 416px;
    margin: auto;
}
.LoginPage, .LoginPage .container, .LoginPage .banner_img{
    height: 100%;
}
.LoginPage .banner_img {
    position: fixed;
    left: 0;
    width: 46%;
}
.LoginPage .banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.LoginBx .Login_user_pro{
    width: 120px;
    height: 120px;
    margin: auto;
}
.LoginBx .Login_user_pro img{
    width: 100%;
    height: auto;
}
.LoginPage .logo_login {
    position: fixed;
    top: 30px;
    left: 30%;
    width: 255px;
}
.LoginPage, .LoginPage .container > .row{
    align-items: center;
    height: 100%;
}
.LoginHdr h2{
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    color: #0B1526;
    margin: 25px 0 10px;
}
.LoginHdr p{
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    color: #364D4A;
    margin-bottom: 50px;
}
.login_form .input-group {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #E6E6E6;
    border-radius: 96px;
    overflow: hidden;
}
.login_form .input-group-text, .login_form .form-control{
     border: none;
    background-color: inherit;
}
.login_form .form-group{
    margin-bottom: 30px;
}
.login_form .form-control{
    height: 47px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #999999;
}
.login_form .form-control:focus{
    outline: none;
    box-shadow: none;
    border: none;
}
.login_form .input-group-text{
    height: 100%;
    position: relative;
}
.login_form .input-group-text:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background: #999999;
    height: 70%;
}
.login_form .input-group-text img{
    width: 15px;
}
.login_form .forrgotPass{
    text-align: left;
}
.login_form .forrgotPass a{
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #2D4075;
    text-decoration: none;
}
.login_form .btn-primary{
    width: 100%;
    background: linear-gradient(96.54deg, #48D7BE 21.69%, #4AB8D7 69.37%, #4D88FF 105.28%);
    border-radius: 50px;
    color: #fff;
    margin: 38px 0 60px;
    height: 52px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.login_form .btn-primary:hover{
    background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%);
}
.login_form .letsConnect_login {
    text-align: center;
}
.login_form .letsConnect_login p{
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 30px;
}
.login_form .letsConnect_social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
}
.haveAaccount_login{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #333333;
    position: static;
    margin-top: 80px;
}
.haveAaccount_login a{
    color: #313AAA;
    text-decoration: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1800px){
.LoginBx {
    max-width: 416px;
    padding: 20px 0;
}
.LoginBx .Login_user_pro{
    width: 80px;
    height: 80px;
}
.LoginPage .banner_img {
    width: 50%;
}
.LoginPage .logo_login {
    left: 35%;
    width: 155px;
}
.LoginHdr h2{
    font-size: 20px;
    margin: 15px 0 5px;
}
.LoginHdr p{
    font-size: 16px;
    margin-bottom: 30px;
}
.login_form .form-control{
    height: 36px;
    font-size: 16px;
}
.login_form .forrgotPass a{
    font-size: 16px;
}
.login_form .btn-primary{
    margin: 18px 0 30px;
    height: 40px;
    font-size: 18px;
}
.login_form .letsConnect_login p{
    font-size: 16px;
    margin-bottom: 10px;
}
.login_form .letsConnect_social {
    gap: 16px;
}
.haveAaccount_login{
    font-size: 16px;
    margin-top: 40px;
}
.login_form .form-group{
    margin-bottom: 15px;
}
.login_form .input-group-text img{
    width: 10px;
}
}


/**-----------------------dashboard home------------------**/
.dashboard{
    display: flex;
    height: 100vh;
    overflow: hidden;
}
.dashboard > div {
    flex: 1 1 auto;
}
.dashboard .dashboard-sidemenu{
    width: 271px;
    background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%);
    height: 100vh;
    position: relative;
    flex: none;
}
.dashboard .logo_dash {
    width: 155px;
    margin: auto;
    padding: 40px 0;
    border-bottom: 1px solid #fff;
}
.dashboard .logo_dash img{
    width: 100%;
}
.dashboard .menuBar {
    margin: 40px auto;
}
.dashboard .menuBar ul{
    list-style-type: none;
    padding: 0;
}
.dashboard .menuBar > ul li{

}
.dashboard .menuBar > ul li a{
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 19px 28px;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    text-decoration: none;
}
.dashboard .menuBar > ul li img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.dashboard .menuBar > ul li a:hover{
    background: linear-gradient(270.05deg, rgba(39, 131, 126, 0.7) 0.04%, rgba(27, 120, 115, 0.7) 0.05%, rgba(82, 173, 227, 0.28) 99.94%);

}
.dashboard .menuBar > ul li.active a{
   background: linear-gradient(270.05deg, rgba(39, 131, 126, 0.7) 0.04%, rgba(27, 120, 115, 0.7) 0.05%, rgba(82, 173, 227, 0.28) 99.94%);
}
.dashboard .dash_profile{
    position: absolute;
    bottom: 30px;
    padding: 28px;
}
.dashboard .dash_profile a{
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    text-decoration: none;
}
.dashboard .dashboard-content{
    background: #FFFFFF;
/*    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);*/
    border-radius: 0px 40px 40px 0px;
    position: relative;
    right: -32px;
    padding: 30px 30px 30px 0;
}
.dashboard-content .dash_records{
    max-height: 100%;
    overflow: auto;
    padding-bottom: 218px;
}
.dashboard-content .dash_records table{
    border-collapse: separate;
    border-spacing: 0 15px;
}
.dashboard-content .dash_records table tr{
    background: #EAF3FF;
    border-radius: 10px;
}
.dashboard-content .dash_records .table>thead {
    vertical-align: bottom;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 999;
}
.dashboard-content .dash_records table tr td{
    margin-bottom: 15px;
}
.dashboard-content .dash_records table tr td:first-child {
    border-radius: 0px 8px 8px 0;
}
.dashboard-content .dash_records table tr td:last-child {
        border-radius: 8px 0px 0px 8px;
}
.dashboard-content .dash_records table tr td, 
.dashboard-content .dash_records table tr th,
.dashboard-content .dash_records table tr th a,
.dashboard-content .dash_records table tr td a {
    padding: 21px;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
    vertical-align: middle;
    border: none;
    text-decoration:none;
}



.dashboard-content .dash_records table tr th{
   font-weight: 500; 
   padding-top: 0;
   padding-bottom: 10px;
}
.dashboard-content .dash_records table select{
     background: #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 50px;
    width: 154px;
    height: 38px;
    color: #999999;
    font-size: 18px;
    padding: 10px;
}
.dashboard-content .dash_records table tr:hover{
  background: linear-gradient(96.35deg, #67F3E1 10.53%, #68F3A9 112.77%); 
}
.dashboard-content .dash_records .action_play {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #C5C5C5;
    display: inline-flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dashboard-content .dash_records .action_play span{
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border-radius: 3px;
}
.dashboard-content .dash_records .action_play.playingBtn{
    background: #0BB83B;
}
.dashboard-content .dash_records .action_play.playingBtn span{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    background-color: inherit;
    border-radius: 3px;
    position: relative;
    right: -2px;
}

.dashboard-content .dash_records table.table thead tr, 
.dashboard-content .dash_records table.table thead tr:hover {
    background: inherit;
}
.dashboard-content .dash_records ul.pagination {
    gap: 10px;
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 20px 0 30px 20px;
    margin-bottom: 0;
}
.dashboard-content .dash_records ul.pagination li a{
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    padding: 0;
    margin: 0;
    justify-content: center;
}
.dashboard-content .dash_records ul.pagination li a.pageLinkBtn{
    background: #435A88;
    color: #fff;
}
.dashboard-content .dash_records ul.pagination li.active a {
    font-weight: 600;
    color: #435a88;
    border-color: #435a88;

}
.dashboard-content .dash_header{
    padding: 30px 0;
    border-top: 1px solid #D9D9D9;
    align-items: center;
}
.dashboard-content .dash_header {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.dashboard-content .dash_header h3{
    font-weight: 600;
    font-size: 30px;
    color: #435A88;
    margin-bottom: 0;
}
.dashboard-content .dash_header_right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}
.dashboard-content .dash_header_right ul li {
    display: flex;
}
.dash_header_right ul .input-group{
    background: #FFFFFF;
    border: 1px solid #C9D3E0;
    border-radius: 6px;
    min-width: 140px;
    height: 36px;
    padding: 0;
    overflow: hidden;
}
.dash_header_right ul .input-group .input-group-text{
    background-color: inherit;
    border: none;
    border-radius: 0;
    height: 100%;
    padding-left: 6px;
}
.dash_header_right ul .input-group select{
    background-color: inherit;
    border: none;
    border-radius: 0;
    height: 100%; 
     font-weight: 500;
    font-size: 16px;
    color: #A6ACBC;
    flex: 1;
    padding-left: 6px;
}
.dash_header_right ul .input-group select:focus{
    outline: none;
    background-color: inherit;
    border: none;
}
.dash_header_right ul .input-group img{
    width: 15px;
}
.dash_header_right .filter_option {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.dash_header_right .filter_option .filterMore{
    font-weight: 600;
    font-size: 18px;
    color: #A6ACBC;
}
.dash_header_right .filter_option .closeFilter {
    padding: 0 20px;
    cursor: pointer;
    position: relative;
    border-left: 1px solid #D9D9D9;
}
.dash_header_right .filter_option .filterMenu{
    cursor: pointer;
    display: flex;
    gap: 15px;
}
.dash_header_right .filter_option img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.filter_option .filterPopup_bx {
    position: absolute;
    top: 50px;
    left: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    z-index: 9999;
}
.filter_option .filterPopup_row {
    display: flex;
    gap: 15px;
    padding: 15px;
}
.filter_option .filterPopup_row .input-group{
    width: 190px;
}
.filter_option.active .filterMenu .filterMore{
    color: #4D88FF;
}
.filter_option.active .filterMenu svg path{
    fill: #4D88FF;
}


.dashboard-content .dash_topBar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 23px;
}
.dashboard-content .dash_topBar_r .btn-primary{
    background: linear-gradient(96.54deg, #48D7BE 21.69%, #4AB8D7 69.37%, #4D88FF 105.28%);
    border-radius: 50px;
    width: 189px;
    height: 40px;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.dashboard-content .dash_topBar_r .btn-primary:hover{
    background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%);
}
.dashboard-content .dash_topBar_l {
    display: flex;
    align-items: center;
    gap: 20px;
}
.dashboard-content .dash_topBar_l img{
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.dashboard-content .searchIcon span {
    width: 40px;
    height: 40px;
    background: #EAF3FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.dashboard-content .notificationIcon{
  position: relative;
  cursor: pointer;
}
.dashboard-content .notificationIcon.active:before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #0BB83B;
  width: 8px;
  height: 8px;
  border-radius: 100%;
}

.dashboard-content .list_view {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: rgba(255, 0, 0, 0.2);
    justify-content: center;
    margin-left: 20px;
}
.dashboard-content .status_blink{
    width: 11px;
    height: 11px;
    background: red;
    display: inline-flex;
    position: relative;
    border-radius: 100%;
}
span.line_vertical {
    background: #B6C6DA;
    display: inline;
    z-index: 9999;
    position: static;
    padding: 0.8px;
    margin-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1800px){
.dashboard .logo_dash {
    width: 115px;
    padding: 20px 0;
        margin-left: 95px;
}
.dashboard .menuBar {
    margin: 20px auto;
}
.dashboard .menuBar > ul li a{
    gap: 10px;
    padding: 14px 20px;
    font-size: 17px;
}
.dashboard .menuBar > ul li img{
    width: 20px;
    height: 20px;
}
.dashboard .dash_profile {
	bottom: 10px;
	padding: 20px 0;
	width: 68%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	left: 0;
	right: 10%;
}
.dashboard .dash_profile a{
    gap: 10px;
    font-size: 16px;
}
	.dashboard .dash_profile a img{ width: 48px; height: 48px;
	object-fit: cover; border-radius: 100%; border: 2px solid rgba(255, 255, 255, 0.3);}
.dashboard-content .dash_records table tr td, 
.dashboard-content .dash_records table tr th{
    padding: 15px;
    font-size: 18px;
}
.dashboard-content .dash_records table select{
    width: 124px;
    height: 36px;
    font-size: 16px;
    padding: 8px;
}
.dashboard-content .dash_records .action_play {
    width: 34px;
    height: 34px;
}
.dashboard-content .dash_records .action_play span{
    width: 14px;
    height: 14px;
}
.dashboard-content .dash_records .action_play.playingBtn span{
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}
.dashboard-content .dash_records ul.pagination li a{
    width: 30px;
    height: 30px;
    font-size: 16px;
 }
.dashboard-content .dash_header{
    padding: 20px 0;
}
.dashboard-content .dash_header {
    gap: 15px;
}
.dashboard-content .dash_header h3{
    font-size: 26px;
}
.dashboard-content .dash_header_right ul {
    gap: 10px;
}
.dash_header_right ul .input-group{
    min-width: 130px;
    height: 36px;
}
.dash_header_right ul .input-group .input-group-text{
    padding-left: 6px;
}
.dash_header_right ul .input-group select{
    font-size: 15px;
    padding-left: 6px;
}
.dash_header_right ul .input-group img{
    width: 14px;
}
.dash_header_right .filter_option {
    gap: 12px;
}
.dash_header_right .filter_option .filterMore{
    font-size: 16px;
}
.dash_header_right .filter_option .closeFilter {
    padding: 0 15px;
}
.dash_header_right .filter_option .filterMenu{
    gap: 12px;
}
.dash_header_right .filter_option img, .dash_header_right .filter_option svg{
    width: 20px;
    height: 20px;
}
.filter_option .filterPopup_row {
    gap: 15px;
    padding: 15px;
}
.filter_option .filterPopup_row .input-group{
    width: 180px;
}
.dashboard-content .dash_topBar {
    margin-bottom: 20px;
}
.dashboard-content .dash_topBar_r .btn-primary{
    width: 189px;
    height: 40px;
}   
}

/**-------------- record details-------------**/

.return_pageBtn{
    border: 1px solid #304A7C;
    border-radius: 26px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    color: #304A7C;
    padding: 9px 30px;
}
.record_details {
    display: flex;
    gap: 30px;
}
.record_details .record_lists {
    flex: 1 1 50%;
    max-width: 50%;
}
.record_details .record_iconBx {
    background: linear-gradient(96.35deg, #67F3E1 10.53%, #68F3A9 112.77%);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.record_details .record_options {
    display: flex;
    align-items: center;
    gap: 20px;
}
.card_details{
    background: #EAF3FF;
    border-radius: 12px;
    padding:0 30px;
    margin-bottom: 30px;
}
.record_details .nameList{
    color: #0C2047;    
}
.record_details .record_name a{
    background: #DBE7FF;
    border-radius: 43px;
    text-decoration: none;
    color: #1A54C0;
    padding: 8px 18px;
}
.card_details_row{
    display: flex;
    flex-direction: column;
}
.card_details_row .card_details_col{
    flex: 1 1 auto;
    color: #727479;
    font-weight: 400;
    font-size: 22px;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C2D1E4;
    flex: 1 1 100%;
    max-width: 100%;
}
.card_details_row .card_details_col:last-child{
    border:none;
}
.track_box .card_details{
    padding: 30px;
}
.track_box .trackB {
    background: linear-gradient(96.35deg, #67F3E1 10.53%, #68F3A9 112.77%);
    width: 140px;
    height: 140px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    padding: 11px;
}
.track_box .trackB span{
    font-weight: 500;
    font-size: 34px;
    color: #027E69;
    width: 100%;
    background: #fff;
    height: 100%;
    display: flex;
     align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.track_box .trackTitle {
    font-weight: 600;
    font-size: 32px;
    color: #0C2047;
}
.track_box .trackStatus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    gap: 20px;
    border-bottom: 1px solid #ADB9D6;
}
.track_box a.trackLink, .simple_white_btn{
    background: #FFFFFF;
    border: 1px solid #304A7C;
    border-radius: 26px;
    flex: 1 1 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #304A7C;
    font-weight: 600;
    font-size: 20px;
}
.track_box a.trackLink.active, 
.track_box a.trackLink:hover{
    background: linear-gradient(96.16deg, #48D7BE 18.32%, #4D88FF 92.34%);
    color: #fff;
    border: 1px solid #48D7BE;
}
.track_box a.trackLink.active svg path, 
.track_box a.trackLink:hover svg path{
    fill: #fff;
}

.trackStatus_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 10px;
}
.track__play{
    background: linear-gradient(96.16deg, #48D7BE 18.32%, #4D88FF 92.34%);
    width: 64px;
    height: 64px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.track__play:hover{
    background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%)!important;
}
.track__play span {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 23px solid #fff;
    position: relative;
    right: -4px;
}
.track__play span.stopTrack{
    border: none;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 4px;
    position: static;
}

/**media**/
@media only screen and (min-width: 1200px) and (max-width: 1800px){
.return_pageBtn{
    font-size: 16px;
    padding: 6px 20px;
}
.record_details {
    gap: 15px;
}
.record_details .record_iconBx {
    width: 28px;
    height: 28px;
}
.record_details .record_iconBx img{
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.record_details .record_options {
    gap: 15px;
}
.card_details{
    padding:0 15px;
    margin-bottom: 15px;
}
.record_details .record_name a{
    padding: 6px 12px;
}
.card_details_row .card_details_col{
    font-size: 18px;
    padding: 20px 0;
}
.track_box .card_details{
    padding: 15px;
}
.track_box .trackB {
    width: 120px;
    height: 120px;
    margin: 15px auto;
    padding: 11px;
}
.track_box .trackB span{
    font-size: 22px;
}
.track_box .trackTitle {
    font-size: 22px;
}
.track_box .trackStatus {
    padding: 30px 0;
    gap: 15px;
}
.track_box a.trackLink{
    height: 40px;
    gap: 10px;
    font-size: 16px;
}
.trackStatus_btns {
    margin: 20px 0 10px;
}
.trackStatus_btns img{
    width: 40px;
}
.track__play{
    width: 40px;
    height: 40px;
}
.track__play span {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    right: -2px;
}
.track__play span.stopTrack{
    width: 15px;
    height: 15px;
}    
}

/**rooms detais**/
.rooms_title {
    font-weight: 600;
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}
.rooms_row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.rooms_cols {
  display: flex;
  gap:20px;  
  justify-content: space-between;
  font-weight: 400;
  font-size: 22px;
  border-radius: 8px;
  padding: 30px;
}
.rooms_cols .rooms_tags {
    color: #333333;
}
.rooms_cols .rooms_name{
    color: #000;
}

/**media**/
@media only screen and (min-width: 1200px) and (max-width: 1800px){
.rooms_title {
    font-size: 18px;
}
.rooms_row {
    gap: 12px;
}
.rooms_cols {
  gap:15px;  
  font-size: 18px;
  padding: 18px;
}
}

/**program list**/
.programList tr, .programList tr:hover{
    background-color: inherit!important;
    border-radius: 8px;
}
.programList tr td{
    border: none;
}

/**room list**/
.rooms_row.rooms_lists .rooms_cols{
    background: linear-gradient(90deg, #F3F7FF 0%, #E2EBFF 85.83%);
}
.rooms_row.rooms_lists .rooms_tags a{
   background: #D7E0F3;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%; 
}
.rooms_row.rooms_lists .rooms_tags a:hover svg path{
   fill: #fff;
}
.rooms_row.rooms_lists .rooms_tags a:hover{
     background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%)!important;
}
.rooms_row.rooms_lists .rooms_name .checkbx, .name_check_box{
    background: #0C2047;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    position: relative;
}
.rooms_row.rooms_lists .rooms_name{
    display: flex;
    align-items: center;
    gap: 20px;
}
.rooms_row.rooms_lists .rooms_name input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
}
.addRoomsBtn{
    width: 189px;
    height: 40px;
    background: #304A7C!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/**----task list--------**/
.dashTaskList{
    width: 310px;
    height: 36px;
}
.taskRecordss .tdProfile{
    width: 32px;
    margin-left: 15px;
    height: 32px;
    object-fit: contain;
}
.taskRecordss .taskList_action {
    display: flex;
    align-items: center;
    gap: 20px;
}
.taskRecordss .action_multi {
    display: flex;
    align-items: center;
    gap: 20px;
}
.taskRecordss .action_play{
    margin: 0!important;
}
.taskRecordss .action_multi img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/**----join task----**/
.joinTask {
    background: #EBF1FF;
    border-radius: 12px;
    padding: 30px;
}
.joinTask .form-group{
    margin-bottom: 30px;
    position: relative;
}
.joinTask label{
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #0C2047;
}
.joinTask input, 
.joinForm select, 
.joinTask textarea{
    background: #FFFFFF;
    border: 1px solid #D2D9E1;
    border-radius: 6px;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}
.joinTask input:focus, .joinTask select, .joinTask textarea{
    outline: none;
    box-shadow: none;
}
.joinTask .btn-primary{
    border-radius: 50px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    height: 58px;
    width: 500px;
    margin-top: 30px;
    display: inline;
}
.joinTask .form-group .addForms{
    background: #010B23;
    border-radius: 6px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    left: 8px;
}
.joinTask .form-group .addForms:hover{
    background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%)!important;
}
.joinTask .userTask_bx {
    display: flex;
    align-items: center;
    gap: 10px;
}
.joinTask .userTask_bx .userTask_list, .userTask_list {
    display: flex;
    gap: 12px;
    padding: 3px;
    border-radius: 6px;
}
.joinTask .userTask_bx h4{
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.joinTask .userTask_bx p{
    font-weight: 400;
    font-size: 16px;
    color: #C5DFFF;
    margin-bottom: 0;
    line-height: 14px;
}
.joinTask .userTask_bx img.closeUser {
    position: relative;
    top: 0px;
    left: 3px;
}
.joinTask .activeBg01{
   background: #4C98F2;
}
.joinTask .activeBg01 img.closeUser{
  filter: brightness(0) invert(1);
}
.joinTask .activeBg02{
    background: #FFEEE1;
    border: 1px solid #FFBE8E;
}
.joinTask .activeBg02 h4{
   color: #333333;
}
.joinTask .activeBg02 p{
   color: #F3761B;
}

.joinTask .activeBg03{
    background: #FFDFE7;
    border: 1px solid #FF7C9D;  
}
.joinTask .activeBg03 h4{
   color: #333333;
}
.joinTask .activeBg03 p{
   color: #F63D6B;
}



/**join form**/
.joinForm .form_input_icons {
    position: absolute;
    right: 14px;
    bottom: 18.5%;
    display: flex;
    align-items: center;
}
.joinForm .form_input_icons img{
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.joinForm input, 
.joinForm select{
    padding-right: 45px;
}
.joinForm input:focus, 
.joinForm select:focus{
  outline: none;
  box-shadow: none;
}

.joinForm .form_bx_groups {
    display: flex;
    gap:0 30px;
    flex-wrap: wrap;
}
.joinForm .form-group{
   flex: 1 1 calc(50% - 15px);
   max-width: calc(50% - 15px);
}
.joinForm .form-group.formHd_line {
    flex: 1 1 100%;
    max-width: 100%;
}
.joinForm .form-group.formHd_line h4{
    font-weight: 600;
    font-size: 26px;
    color: #3E79F0;  
    border-bottom: 1px solid #AEB6CA; 
    margin-bottom: 0;
    padding-bottom: 19px; 
}
.joinForm .form-group.formHd_line .formDropdown {
    width: 26px;
    height: 26px;
    background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.joinForm .form-group.formHd_line .formDropdown:hover{
    background: linear-gradient(185.44deg, #6BF0C7 -1.21%, #3F7CF7 82.02%);
}
.joinForm .form-group.formHd_line .formDropdown svg{
    transform: rotate(180deg);
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.joinForm .form-group.formHd_line.active .formDropdown svg{
    transform: rotate(0deg);
}
.joinForm .form-group.formHd_line.active .formDropdown{
    background: #49D7BE;
}
.joinForm .popupForm_bx {
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    z-index: 999;
}
.joinForm .popupForm_bx .formPop_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.joinForm .popupForm_bx .formPop_listL label {
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}
.joinForm .popupForm_bx .formPop_listL label input{
    width: 18px;
    height: 18px;
}
.joinForm .popupForm_bx .add_moreFrame {
    font-weight: 600;
    font-size: 16px;
    color: #719DF5;
    text-decoration: none;
}


/**media**/
@media only screen and (min-width: 1200px) and (max-width: 1800px){
.joinTask input, .joinTask select, .joinTask textarea{
    height: 50px;
    font-size: 16px;
}
.joinTask input:focus{
    outline: none;
    box-shadow: none;
}
.joinTask .btn-primary{
    font-size: 18px;
    height: 48px;
    width: 300px;
    margin-top: 20px;
}
.joinTask .form-group .addForms{
    width: 20px;
    height: 20px;
    bottom: 15px;
    left: 8px;
}  
.joinTask .form-group .addForms img{
    width: 10px;
}
.joinForm .form_input_icons img{
    width: 16px;
    height: 16px;
} 
}

/**----------send notification--------------**/
.sendNotification .groups_span select, 
.sendNotification .groups_span input, 
.sendNotification .groups_span textarea{
    padding-right: 57px;
}
.sendNotification .groups_span{
    position: relative;
}
.sendNotification .groups_span .form_input_icons {
    position: absolute;
    right: 14px;
    top: 13px;
    display: flex;
    align-items: center;
}
.sendNotification textarea{
    padding-top: 10px;
    height: 133px;
    resize: none;
}
.sendNotification .userTask_list {
    align-items: center;
}

/**----------my Acount page-----------**/
.myAcount_page .myAcount_profile{
    position: relative;
}

.myAcount_page .myAcount_profile:after{background: linear-gradient(180deg, rgba(72, 215, 190, 0) -208.09%, rgba(28, 70, 156, 0.9) 68.38%);
  content: ""; border-radius: 16px; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.myAcount_page .myAcount_profile img{
    width: 100%;
}
.myAcount_page .myAcount_profile .myacount-pic{
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 44px;
	z-index: 9
}
.myAcount_page .myacount-pic img {
    height: auto;
    width: 132px;
}
.myAcount_page .myacount-pic h2{
    margin-bottom: 0;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
}
.myAcount_page .acount_bx {
    display: flex;
    gap: 30px;
    margin: 30px 0;
    flex-wrap: wrap;
}
.myAcount_page .acount_bx_item {
    display: flex;
    gap: 30px;
    background: #F2F5FA;
    border-radius: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
     flex: 1 1 calc(50% - 15px);
   max-width: calc(50% - 15px);
}
.myAcount_page .acount_bx_item:nth-child(3){
    max-width: 100%;
}
.myAcount_page .acount_bx_right {
    font-weight: 400;
    font-size: 22px;
    color: #727479;
}
.myAcount_page .acount_bx_left{
    display: flex;
    align-items: center;
    gap: 20px;
}
.myAcount_page .acount_bx_left .acount_names {
    font-weight: 500;
    font-size: 22px;
    color: #0C2047;
}
.myAcount_page .acount_bx_left .acount_icons {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(96.35deg, #67F3E1 10.53%, #68F3A9 112.77%);
    border-radius: 6px;
}
.myAcount_page .acount_bx_left .acount_icons img{
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.myAcount_page .acountRadio {
    width: 100%;
}
.myAcount_page .acountRadio h4{
    font-weight: 600;
    font-size: 26px;
    color: #435A88;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #AEB6CA;
    width: 100%;
}
.myAcount_page .radioBx {
    display: flex;
    align-items: center;
    gap: 90px;
    padding-top: 30px;
}
.myAcount_page .radioBx .radioBx_List {
    display: flex;
    align-items: center;
    gap: 15px;
}
.myAcount_page .radioBx .radioBx_List label{
    font-weight: 400;
    font-size: 18px;
    color: #0C2047;
    cursor: pointer;
}
.myAcount_page .radioBx .radioBx_List input{
    width: 30px;
    height: 30px;
}
.myAcount_btn .btn-primary{
    width: 500px;
    height: 58px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}
.myAcount_page .joinTask.joinForm{
    margin-top: 30px;
}
.myAcount_page .joinTask .btn-primary{
   display: flex;
   align-items: center;
}
.editAcount_profile .capture_pic.cover_capture {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
	z-index: 9;
}
.editAcount_profile .capture_pic.cover_capture svg path{
    fill: #fff;
}
.editAcount_profile .capture_pic.profile_capture {
    position: absolute;
    margin-right: 98px;
    margin-bottom: -93px;
    background: #6AECC9;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 35%);
    border-radius: 100%;
    padding: 6px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.editAcount_profile .capture_pic.profile_capture svg{
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.editAcount_profile .capture_pic.cover_capture svg{
    width: 35px;
    height: 35px;
     object-fit: contain;
}

/**media**/
@media only screen and (min-width: 1200px) and (max-width: 1800px){
.myAcount_page .myAcount_profile .myacount-pic{
    right: 30px;
    gap: 30px;
}
.myAcount_page .myacount-pic img {
	width: 132px;
	height: 132px;
	border-radius: 100%;
	border: 5px solid #FFFFFF;
	object-fit: cover;
}
.myAcount_page .myacount-pic h2{
    font-size: 22px;
}
.myAcount_page .acount_bx {
    gap: 16px;
    margin: 16px 0;
}
.myAcount_page .acount_bx_item {
    gap: 16px;
    padding: 16px;
    flex: 1 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
}
.myAcount_page .acount_bx_right {
    font-size: 17px;
}
.myAcount_page .acount_bx_left{
    gap: 14px;
}
.myAcount_page .acount_bx_left .acount_names {
    font-size: 17px;
}
.myAcount_page .acount_bx_left .acount_icons {
    width: 38px;
    height: 38px;
}
.myAcount_page .acount_bx_left .acount_icons img{
    width: 18px;
    height: 18px;
}
.myAcount_page .acountRadio h4{
    font-size: 18px;
    padding-bottom: 10px;
}
.myAcount_page .radioBx {
    gap: 40px;
    padding-top: 16px;
}
.myAcount_page .radioBx .radioBx_List label{
    font-size: 16px;
}
.myAcount_page .radioBx .radioBx_List input{
    width: 22px;
    height: 22px;
}
.myAcount_btn .btn-primary{
    width: 300px;
    height: 38px;
    font-size: 18px;
} 
.editAcount_profile .capture_pic.profile_capture {
	margin-right: 108px;
	margin-bottom: -73px;
	width: 36px;
	height: 36px;
	padding: 0;
	cursor: pointer
}
.editAcount_profile .capture_pic.profile_capture img {
	width: 26px;
	height: 24px;
	border: 0;
	border-radius: 0;
}
.editAcount_profile .capture_pic.profile_capture svg{
    width: 18px;
    height: 18px;
}
.editAcount_profile .capture_pic.cover_capture svg{
    width: 20px;
    height: 20px;
} 
}

/**-----------notification popup header---------------**/
.notificationIcon_popup {
    position: absolute;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
    width: 530px;
    z-index: 99999;
    padding: 20px;
    cursor: auto;
    top: 50px;
}
.notificationIcon_popup > h3{
    font-weight: 600;
    font-size: 23px;
    color: #435A88;
    margin-bottom: 25px;
}
.notificationIcon_popup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow: auto;
}
.notificationIcon_popup ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E0E0E0;
    padding: 15px 0;
}
.notificationIcon_popup ul li:last-child{
    border: none;
}
.notificationIcon_popup .notify_left {
    display: flex;
    gap: 15px;
}
.notificationIcon_popup .notify_check {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(96.35deg, #67F3E1 10.53%, #68F3A9 112.77%);
    border-radius: 12px;
}
.notificationIcon_popup .notify_check img{
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.notificationIcon_popup .profile_iconss img {
    width: 100%!important;
    height: 100%!important;
}
.notificationIcon_popup .notify_dec h4 {
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin-bottom: 1px;
}
.notificationIcon_popup .notify_dec p {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}
.notificationIcon_popup .notify_right .notify_btn{
    font-weight: 400;
    font-size: 18px;
    padding: 9px 14px;
    border-radius: 40px;
    border: 1px solid #999999;
    min-width: 70px;
    display: inline-flex;
    text-decoration: none;
}
.notificationIcon_popup .notify_right {
    gap: 10px;
    display: flex;
    align-items: baseline;
}
.notificationIcon_popup .notify_right a.notify_btn01{
    border-color: #1EA74C;
    color: #1EA74C;
}
.notificationIcon_popup .notify_right a.notify_btn02{
    border-color: #F63D6B;
    color: #F63D6B;
}

/**media**/
@media only screen and (min-width: 1200px) and (max-width: 1800px){
.notificationIcon_popup {
    width: 420px;
    padding: 15px;
    top: 38px;
}
.notificationIcon_popup > h3{
    font-size: 14px;
    margin-bottom: 15px;
}
.notificationIcon_popup ul li {
    padding: 10px 0;
}
.notificationIcon_popup .notify_left {
    gap: 10px;
}
.notificationIcon_popup .notify_check {
    width: 36px;
    height: 36px;
}
.notificationIcon_popup .notify_check img{
    width: 20px;
    height: 20px;
}
.notificationIcon_popup .notify_dec h4 {
    font-size: 18px;
}
.notificationIcon_popup .notify_dec p {
    font-size: 14px;
}
.notificationIcon_popup .notify_right .notify_btn{
    font-size: 16px;
    padding: 2px 10px;
    min-width: 62px;
}
.notificationIcon_popup .notify_right {
    gap: 6px;
}    
}





.todayTasks{
    background: linear-gradient(90deg, #F3F7FF 0%, #E2EBFF 85.83%)!important;
}
.yesterdayTasks{
    background: linear-gradient(90deg, #FFF5FE 0%, #FFE1FD 85.83%)!important;
}
.days3AgoTasks{
    background: linear-gradient(90deg, #FFF0F0 0%, #FFDADA 85.83%)!important;
}


/**modal popup**/
.popupBx_modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999;
}
.modal-window {
    position: relative;
    background-color: #FFFFFF;
    width: 50%;
    margin: 10% auto;
    padding: 20px;
}
.modal-window.small {
    width: 75%;
}
.modal-window.large {
    width: 75%;
}
.closeModalBx {
    position: absolute;
    top: 10px;
    left: 10px;
    color: rgba(0,0,0,0.3);
    height: 30px;
    width: 30px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
        display: flex;
    align-items: center;
    justify-content: center;
}
.closeModalBx:hover,
.closeModalBx:focus {
    color: #000000;
    cursor: pointer;
}
.openModalBx {
    display: block;
}
/**end popup**/

.popupBx_modal .close_hd_icon{
    width: 120px;
    height: 120px;
    margin: auto;
}
.popupBx_modal .close_hd_icon img{
    width: 100%;
    height: auto;
}
.popupBx_modal .modal-window{
    max-width: 600px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 50px;
    cursor: auto;
}
.popupBx_modal .modal-window h2{
    font-weight: 500;
    font-size: 32px;
    color: #0C2047;
    margin:30px 0 18px;
}
.popupBx_modal .modal-window p{
    font-weight: 500;
    font-size: 24px;
    color: #666666;
    margin-bottom: 0;
}
.popupBx_modal .modal-window .btn-primary{
    margin-top: 50px;
    width: 100%;
    height: 58px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}

/* width */
.dash_records::-webkit-scrollbar, 
.notificationIcon_popup ul::-webkit-scrollbar {
  width: 5px;
  padding-left: 10px;
}
/* Track */
.dash_records::-webkit-scrollbar-track, 
.notificationIcon_popup ul::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
/* Handle */
.dash_records::-webkit-scrollbar-thumb, 
.notificationIcon_popup ul::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
.dash_records::-webkit-scrollbar-thumb:hover, 
.notificationIcon_popup ul::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.dash_records, .notificationIcon_popup ul{
    scrollbar-width: thin;
}
/* datatable pagination  */

.dataTables_paginate {
    gap: 10px;
    
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 20px 0 30px 20px;
    margin-bottom: 0;
}

table.dataTable.no-footer{
    border-bottom:none !important;
}

.dataTables_info{
    display:none;
}

.paginate_button, .paginate_button.current{
    background: #fff  !important;
    border: 1px solid #999999 !important;
    border-radius: 8px !important;
    width: 40px !important;
    height: 40px !important;
    align-items: center !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    padding: 6px !important;
    margin: 5px !important;
    justify-content: center !important;
    display: inline-flex;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover
{
    color: #999999 ;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next
.paginate_button.previous{
    background: #435A88 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    font-weight: 600;
    color: #435a88;
    border-color: #435a88;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-ExtraBold.woff2') format('woff2'),
        url('../fonts/Heebo-ExtraBold.woff') format('woff'),
        url('../fonts/Heebo-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Bold.woff2') format('woff2'),
        url('../fonts/Heebo-Bold.woff') format('woff'),
        url('../fonts/Heebo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Black.woff2') format('woff2'),
        url('../fonts/Heebo-Black.woff') format('woff'),
        url('../fonts/Heebo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Thin.woff2') format('woff2'),
        url('../fonts/Heebo-Thin.woff') format('woff'),
        url('../fonts/Heebo-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Light.woff2') format('woff2'),
        url('../fonts/Heebo-Light.woff') format('woff'),
        url('../fonts/Heebo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Medium.woff2') format('woff2'),
        url('../fonts/Heebo-Medium.woff') format('woff'),
        url('../fonts/Heebo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-Regular.woff2') format('woff2'),
        url('../fonts/Heebo-Regular.woff') format('woff'),
        url('../fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-SemiBold.woff2') format('woff2'),
        url('../fonts/Heebo-SemiBold.woff') format('woff'),
        url('../fonts/Heebo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heebo';
    src: url('../fonts/Heebo-ExtraLight.woff2') format('woff2'),
        url('../fonts/Heebo-ExtraLight.woff') format('woff'),
        url('../fonts/Heebo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
    height: auto;
    line-height: normal;
    padding: 7px 20px 16px;
    font-size: 18px;
    color: #666666;
    font-family: 'Heebo', sans-serif !important;
}

#create_task .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
    height: auto;
    line-height: normal;
    padding: 7px 40px 16px;
    font-size: 18px;
    color: #666666;
    font-family: 'Heebo', sans-serif !important;
}


ul#select2-user_id-container,ul#select2-assigned_to-container { padding:0; margin:0 }
ul#select2-user_id-container li, ul#select2-assigned_to-container li { padding:0!important; background: #4C98F2; border-radius: 6px;  border: 1px solid #4C98F2;}
ul#select2-user_id-container li button , ul#select2-assigned_to-container li button{
    position: absolute;
    top: 6px;
    border: 0;
    left: 5px;
    background: none;
}
ul#select2-user_id-container li button span,ul#select2-assigned_to-container li button span { background:none; border:1px solid #FFF; padding:0; margin:0; display:block; width:18px; height:18px; border-radius:100%; line-height:18px; color:#FFF }

ul#select2-user_id-container li span, ul#select2-assigned_to-container li span { padding:3px; display: block;}
.userTask_list {padding: 3px 3px 3px 40px; }

ul#select2-user_id-container li h4, ul#select2-assigned_to-container li h4{ padding:0; margin:0;  font-weight: 400; font-size: 18px; line-height: 18px; color: #FFF;}
ul#select2-user_id-container li p, ul#select2-assigned_to-container li p{ padding:0; margin:0; font-size: 16px; color: #C5DFFF; font-weight: 400;}

#create_room .form-group .addForms { bottom:auto; top:56px; }

.latterUser{ margin: 0 0 0 -10px; font-size:14px; color:#FFF; background: #E759BF; border-radius: 100%; line-height: 30px; width: 30px; height: 30px; padding: 0; border: 0}
img.task_list_manager { width:30px; height:30px; border-radius:100%; margin: 0 0 0 -10px;}

.password_eye,.password_eye_close,.confirm_password_eye,.confirm_password_eye_close {
	position: relative;
	top: 15px;
	left: 10px;
        cursor: pointer;
}

.search_input{
        display:none;
}


.searchIcon{
        display: flex;
        align-items: center;
        gap: 11px;
        
}

.searchIcon input[type=text]{
        background: #FFFFFF;
        border: 1px solid #D2D9E1;
        border-radius: 6px;
        height: 40px;
        width: 410px;
        padding: 0 20px;
          padding-right: 20px;
        padding-right: 20px;
        font-weight: 400;
        font-size: 18px;
        color: #666666;
}

.user_char_tite
{
        width: 40px;
        height: 40px;
        border-radius: 6px;
        text-align: center;
        color: #FFFFFF;
        font-family: 'Josefin Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 23px;
        text-decoration:none;
}
.user_image_room
{
    border-radius: 6px;     
}


.noti_paginate_button, .noti_paginate_button:hover{
    background: #fff ;
    border: 1px solid #999999 ;
    border-radius: 8px;
    width: 40px;
    height: 40px ;
    align-items: center;
    font-weight: 400 ;
    font-size: 18px ;
    padding: 6px;
    margin: 5px ;
    justify-content: center;
    color:#999999 ;
    display:flex ;
    text-decoration:none;
    float:right;
}

.noti_current,.noti_current:hover{
    background:#435A88;
    color:#ffffff;
}

.profile_cover_img{
    height:272px;
	object-fit: cover;
		border-radius: 16px;
}

span.date_left_format {
    direction: ltr;
    display: inline-block;
}
.btss a{
    margin-bottom: 10px;
}



/***********************************************/
/* ILYAS CSS START HERE FOR UPDATES (29-05-2023)
/***********************************************/
.dataTable { width: 100%!important}
table.dataTable tbody tr:hover .action_play {background: #0BB83B;}
.dashboard-content .dash_records table tr td.list_action a{ padding: 0 8px; }
.dashboard-content .dash_records table tr td.list_action a img,
.dashboard-content .dash_records table tr td.list_action a svg { vertical-align: middle}

.dashboard-content .dash_records table tr td.list_action a.rooms_tags{
	background: #D7E0F3;
width: 38px !important;
height: 38px;
display: inline-block;
border-radius: 100%;
line-height: 38px;
	margin: 0 10px 0 0
}
.dashboard .dash_profile {
    bottom: 10px;
    padding: 20px 0;
    width: 68%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
    right: 10%;
}
.myAcount_page .myacount-pic img {
    width: 132px;
    height: 132px;
    border-radius: 100%;
    border: 5px solid #FFFFFF;
    object-fit: cover;
}


.editAcount_profile .capture_pic.profile_capture {
    margin-right: 108px;
    margin-bottom: -73px;
    width: 36px;
    height: 36px;
    padding: 0;
    cursor: pointer;
}
.editAcount_profile .capture_pic.profile_capture img {
    width: 26px;
    height: 24px;
    border: 0;
    border-radius: 0;
}
.room_not_found {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.dataTables_paginate a{ text-decoration: none; cursor: pointer}
.dataTables_paginate a.paginate_button.next,
.dataTables_paginate a.paginate_button.previous {background: #435A88!important; color: #FFF!important;}

.dataTables_paginate a.paginate_button.next.disabled,
.dataTables_paginate a.paginate_button.previous.disabled { opacity: 0.2; pointer-events: none}

.dataTables_paginate a.paginate_button.current{ color: #000000!important; border-color: #435A88!important}

.dataTables_scrollBody{ border: 0!important}
.joinForm #create_task .form_input_icons{bottom: auto!important; top: 55px!important;}
.dashboard .dash_profile {
	bottom: 10px;
	padding: 20px 0;
	width: 68%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	left: 0;
	right: 10%;
}
.dashboard .dash_profile a{
    gap: 10px;
    font-size: 16px;
}
	.dashboard .dash_profile a img{ width: 48px; height: 48px;
	object-fit: cover; border-radius: 100%; border: 2px solid rgba(255, 255, 255, 0.3);}

.room_not_found {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	border-top: 1px solid #D9D9D9;
}

.room_not_found p{
	font-weight: 500;
font-size: 26px;
line-height: 39px;

/* identical to box height */
text-align: center;

color: #000000;
	padding: 20px 0 0
}

@media screen and (max-width:1600px){
	.dashboard-content .dash_records table tr td, .dashboard-content .dash_records table tr th, .dashboard-content .dash_records table tr th a, .dashboard-content .dash_records table tr td a { font-size: 16px;}
}