body{
    background:#f8f9fa;
    color:#000;
    font-family:'Inter',Tahoma,Geneva,Verdana,sans-serif;
    /* Segoe UI */
}

.width_100_per_600{
    /* width: calc(100% - 600px); */
}

.first_margin_top_0{
    margin-top:0!important;
}

.background_white.border_radius_12.padding_15{
    /* margin-top:35px; */
}

.parter_login_main{
    width:250px;
}

.border_top_3_side_panel{
    border-top: 3px solid #a0c0d3;
    margin-top: 15px;
    border-radius: 0px !important;
}

/* Custom toastr success styling */
.toast-success{
    background-color: #008BDC !important;
    color: white !important;
}
.toast-success .toast-message{
    color: white !important;
}

.sweet-alert button{
    padding:9px 32px;
}

.toast-success .toast-title{
    color: white !important;
}

.navbar{
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    padding:15px 0;
}
.navbar-toggler{
    border:1px solid #ddd;
    padding:4px 8px;
}
.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand{
    font-size:24px;
    font-weight:600;
    color:#333;
}
.nav-link{
    color:#000;
    font-weight:500;
    padding:8px 15px;
    border-radius:5px;
    transition:all 0.3s ease;
}
.nav-link:hover{
    color:#007bff;
    /* background:#f8f9fa; */
}
.nav-link.active{
    color:#007bff;
}

.home_page_main_title{
    background:#007bff;
    color:#fff;
    padding:8px 10px;
}

.user-profile{
    display:flex;
    align-items:center;
    gap:10px;
    position:absolute;
    /* right:100px; */
    /* height:100px; */
    width:260px;
}

.class_group_number_of_members{
    margin-top: 3px;
    text-align: right;
    margin-left: 5px;
    float: right;
}

.slider_menu_btn{
    display: inline-block;
    line-height: 1;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding:10px 15px;
    font-size: 12px;
    border-radius: .25rem;
    transition: color .15s
    ease-in-out, background-color .15s
    ease-in-out, border-color .15s
    ease-in-out, box-shadow .15s
    ease-in-out;
}
.slider_menu_btn.active{
    background-color:#00a0d2;
    color:#fff !important;
    border-color:#00a0d2;
}

.user-avatar{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#f8f9fa;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#666;
}
.user-name{
    color:#333;
    font-weight:500;
}
.height_46{
    height:46px;
}
/* Dropdown hover styles */
.dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}
.dropdown-menu{
    border-radius:5px;
    box-shadow:0 2px 10px rgba(0,0,0,0.1);
    border:none;
    padding:10px 0;
}
.dropdown-item{
    padding:5px 20px;
    color:#666;
    transition:all 0.3s ease;
}
.dropdown-item:hover{
    background:#f8f9fa;
    color:#007bff;
}
.user-profile-menu{
    display:none;
    position:absolute;
    top:90px;
    right:0;
    min-width:260px;
    background:#fff;
    box-shadow:0 2px 10px rgba(0,0,0,0.12);
    border-radius:8px;
    z-index:1000;
    padding:0;
    transition:all 0.2s;
}
.user-profile:hover .user-profile-menu{
    display:block;
}
.user-profile-info{
    display:flex;
    align-items:center;
    margin-left:auto;
    gap:10px;
}
.footer-cta{
    color:#fff;
    padding:40px 0;
    background: url('../../assets/images/register_now_footer.jpg') no-repeat right center;
    background-size:contain;
    min-height:200px;
    position:relative;
    background-color:#008BDC;
}
.footer-cta .container{
    text-align:left;
    position:relative;
    z-index:1;
}
/* main.php css end */

.mrgnBtm15{
	margin-bottom:15px;
}
table.dataTable thead .sorting:after{
	content:'';
}
.mrgnTop-7 {
    margin-top: -7px;
}
.mrgnTop10{
    margin-top: 10px;
}
.order_input{
    width: 50px !important;
    padding: 6px;
}
.invoice_head{
    font-size: 14px;
    line-height:24px;
    padding-bottom: 10px;
}
.invoice_head h3{
    margin:5px 0px;
    color:#1ab394;
}
.valign-mid{
    vertical-align: middle !important;
}
.pdngTop5{
	padding-top: 5px;
}
.minHeight132{
	min-height: 132px;
}
.icheckbox_square-green, .iradio_square-green{
    width: 23px !important;
    height: 23px !important;
}
.image-preview {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    border:dashed 2px #bdc3c7;
    color: #bdc3c7;
    display: inline-block;
    margin: 5px 0;
    margin-right: 10px;
}
/*.image-preview:last-child{*/
/*    margin-right: 0px;*/
/*}*/
.image-preview, .image-preview img{
    border-radius: 5px;
}
.image-preview a{
    position: absolute;
    top: -5px;
    right: -5px;
}
.image-preview input {
    line-height: 200px;
    font-size: 200px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}
.image-preview label {
    position: absolute;
    z-index: 5;
    opacity: 0.8;
    cursor: pointer;
    font-size: 18px;
    height: 115px;
    line-height: 115px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.profileImg .image-preview{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 0px 18px #d2d2d2;
}
.profileImg .image-preview label{
    height: 39px;
    background: none;
    line-height: 39px;
}


.dropzone-wrapper {
    height: 200px;
    position: relative;
    /*position: absolute;*/
    /*bottom: 40px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    border: 2px dashed #CCCCCC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mr-15 {
    margin-right: 15px;
}
.mlr-5-15 {
    margin: 0 15px 0 5px;
}
.preview-zone {
    min-height: 100px;
    max-height: 200px;
    overflow: auto;
}
.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    /*height: 150px;*/
    cursor: pointer;
    opacity: 0;
}
.buttons-panel {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}
.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}
.message_section .professional {
    float: right;
}
.message_section .admin {
    float: left;
}
.message_section .panel-body p {
    word-break: break-all;
}
/* post start */
.upload_image .label_image {
    border: 2px dashed #cecece;
    display: block;
    height: 200px;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.upload_image .label_image .img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}


.upload_image_fav .label_image {
    border: 2px dashed #cecece;
    display: block;
    height: 200px;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.upload_image_fav .label_image .img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.d-none {
    display: none!important;
}
.d-block {
    display: block!important;
}


.label_image input, .remove_src {
    display: none;
}

.label_image input, .remove_src_fav_icon {
    display: none;
}
/* post end */

@media (max-width: 425px) {
    .feature h2 {
        font-size: 18px;
    }
    .feature a {
        margin-top: 10px;
        display: block;
    }
    .skill_section .feature h2 i {
        height: 24px;
        width: 24px;
        line-height: 24px;
    }
    .conver h5 {
        float: none!important;
    }
    .conver span {
        float: none!important;
        display: block;
    }
    .conver span a {
        display: block;
    }
    .message_section h2 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .message_section .panel-body {
        padding: 10px;
    }

    .message_section .panel-body p {
        font-size: 12px;
    }
}
