:root{
    /* Color Ballet **/
    --blue: #0984E3;

    --primary: #735adb; /*1fb6ff 2f57ef 9782fb*/
    
    --secondary: #fc5e9b; /*aa70f7 b966e7 f76290*/
    --third: #66bb6a;
    
    --primary: #b63fb9;
    --primary-hover: #cf62d1;
    --primary-rgb: 182, 63, 185;
    
    --secondary: #42a5f5;
    --secondary-hover: #67ace4;
    --secondary-rgb: 66, 165, 245;

    --success: #66bb6a;
    --success-hover: #95d899;
    --success-rgb: 102, 187, 106;

    --danger: #e11f10;
    --danger-hover: #ec7c74;
    --danger-rgb: 233, 67, 54;

    --warning: #fabb08;
    --warning-hover: #f3c33d;
    --warning-rgb: 250, 187, 8;

    --info: #17a2b8;
    --info-hover: #45abbb;
    --info-rgb: 23, 162, 184;

    --dark: #222; /*212735 1c2743*/
    --light: #f6ebfc; /*f6ebfc f5eede  fbeaeb*/
    --gray: #f0f0f0;
    --white: #fff;
    --white-rgb: 255,255,255;
    --white-hover: #fff;

    --light-red: #f7f1fd;
    --light-green: #e6f6e9;
    --light-blue: #e8f5fd;
    

    /* Values */
    --radius: 6px;
    --radius2: 4px;
    --radius-m: 0;
    --padding: 1.25rem;
    --margin: 75px;

    --font-family: sans-serif;

    --txtColor: #1e1b29;
    --hClr: #0A183D;
    --a: #42a5f5;
    --a-hover: var(--secondary);
    --i-color: var(--secondary);
    --a-border: #2b65f875;

    /* Main Body Settings E9F3FC*/
    --bgColor: #fff; /*fef4f4 fbfbfb*/
    --headerBg: #fff;
    --headerPanel: #fff;
    --sectionBg: #fff;
    --composerBg: #fff;
    --glassyBg: rgb(255 255 255 / 50%);

    --footerBg: #f9f9f9;
    --footerClr: #666;

    /*--gradeBg: linear-gradient(125deg, var(--secondary) 0%, var(--primary) 100%);
    --gradeBg2: linear-gradient(125deg, var(--primary) 0%, var(--secondary) 100%);
    --gradeBg3: linear-gradient(0deg,rgb(31 182 255/10%) 4%,rgb(177 109 246/10%) 95%);*/

    --gradeBg: linear-gradient(125deg, #c26dc4 0%, #950999 100%);
    --gradeBg2: linear-gradient(125deg, #950999 0%, #c26dc4 100%);
    --gradeBg3: linear-gradient(134deg, #950999 0%, #c26dc4 50%, #950999 100%);


    --primary-grade: linear-gradient(125deg, #c26dc4 0%, #950999 100%);
    --primary-grade-h: linear-gradient(125deg, #950999 0%, #c26dc4 100%);

    --boxShadow: 0 1px 1px 0 rgb(0 0 0 / 14%);
    --boxShadow2: 0px -3px 9px rgb(52 72 84 / 11%);
    --menuShadow: 0px 5px 13px 5px rgb(52 72 84 / 9%);
    --border: 1px solid rgb(0 0 0 / 9%);

    /* Forms */
    --input-bg: #fff;
    --input-disabled-bg: #f5f5f5;
    --input-radius: 6px;
    --input-border: 1px solid #ccc;
    --input-height: 40px;
    --input-padding: 6px 10px;
    --input-margin: 10px;
    /* --input-focus-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(10 132 255 / 60%) 0px 0px 0px 4px, rgb(0 0 0 / 12%) 0px 1px 1px 0px, rgb(60 66 87 / 16%) 0px 0px 0px 1px, rgb(0 0 0 / 0%) 0px 0px 0px 0px, rgb(0 0 0 / 0%) 0px 3px 9px 0px, rgb(60 66 87 / 12%) 0px 2px 5px 0px; */
    --input-focus-shadow: 0 0 0 3px rgb(164 202 254 / 45%);
    --input-focus-border: #2b65f8;

    /* Post */
    --postBg: #fff;
    --postHeaderBg: #fff;
    --postFooterBg: var(--postBg);

    --wrap: 1200px;

    --ob-contentBg: var(--sectionBg);





    --secondary-grade: linear-gradient(45deg, var(--secondary-hover), var(--secondary));
    --secondary-grade-h: linear-gradient(45deg, var(--secondary), var(--secondary-hover));

    --dark-grade: linear-gradient(225deg, var(--dark), var(--dark-light) 90%);
    --color-grade: linear-gradient(315deg, #eadeff, #dfeaff 25%, #f1fcff 70%, #e5fffc);
    --color-grade-2: linear-gradient(315deg, #eadeff, #dfeaff 20%, #f1fcff, #f1fefe 80%, #dfeaff, #eadeff);
    --radial-light: radial-gradient(circle at 51% 34%, var(--light-light), var(--light));
    --radial-light-2: radial-gradient(circle at 51% 34%, var(--light-light), var(--light-dark));

    --radial-secondary: radial-gradient(circle at 51% 34%, var(--secondary-hover), var(--secondary));
    
    /* border-radius */
    --radius: 6px;
    --radius-lg: 8px;
    --radius-xlg: 10px;
    --radius-sm: 3px;    
    --radius-m: 0; /* on mobile */

    /* spacing */
    --padding: 1.25rem;
    --margin: 55px;

    /* fonts */
    --font-main: Poppins, Cairo, Tahoma, system-ui, sans-serif;
    --font-english: Poppins, Tahoma, system-ui, sans-serif;
    --font-h1: var(--font-main);

    /* text color */
    --txt-color: #1e1b29;
    --h1-color: #0A183D;
    
    /* Main Body */
    --wrap: 1200px;
    --body-bg: #fff; /*fef4f4 fbfbfb*/

    /* header & header panels */
    --header-bg: #fff;
    --h-menu-margin: 30px;
    --h-logo-height: 40px;
    --h-logo-width: 160px;

    --h-panel: #fff;
    --h-panel-radius: var(--radius);


    --section-bg: #fff;
    --composer-bg: #fff;
    --app-menu-bg: #fff;
    

    
    /* box shadows */
    --box-shadow: 0 1px 1px 0 rgb(0 0 0 / 14%);
    --box-shadow-lg: 0px -3px 9px rgb(52 72 84 / 11%);
    --box-shadow-xlg: 0px -3px 9px rgb(52 72 84 / 11%);

    --inset: inset 0 1px 1px 0 rgb(0 0 0 / 14%);


    --border-2: 1px solid rgb(0 0 0 / 15%);

    /* Forms */
    --input-font: var(--font-main);

    --input-shadow: none;
}

.darkMode{
    /*--primary: #089197;
    --secondary: #b66dd1;
    --headerBg: 1, 78, 79;
    --footerBg: #014e4f;
    --bgColor: #faf0f7;

    --dark: #014e4f;
    --darkLight: #03787a;
    --darkDark: #013031;*/

    --light: #111;
    --dark: #000;

    --txtColor: #fff;
    --hClr: #fff;
    --a: #4fadf2;
    --a-hover: #8bceff;
    --i-color: var(--secondary);
    --a-border: #4fadf2;

    /* Main Body Settings E9F3FC*/
    --bgColor: #111;
    --headerBg: #202020;
    --headerPanel: #202020;
    --sectionBg: #202020;
    --composerBg: #202020;

    --footerBg: transparent;
    --footerClr: #fff;

    --boxShadow: 0 1px 1px 0 rgb(255 255 255 / 15%);
    --boxShadow2: none;
    --border: 1px solid rgb(255 255 255 / 10%);

    /* Forms */
    --input-bg: #333;
    --input-disabled-bg: #111;
    --input-border: 1px solid #111;
    --input-focus-shadow: 0 0 0 3px rgb(255 255 255 / 25%);
    --input-focus-border: #333;

    /* Post */
    --postBg: #393E46;
    --postHeaderBg: #393E46;
    --postFooterBg: var(--postBg);

    --ob-contentBg: var(--sectionBg);
}
.darkMode .btn{
    --primary: #000;
}
.darkMode .btn.gray{
    --primary: #fff;
}
.darkMode .btn.gray:hover{
    color: #111;
}

html,body{
    font: 14px/24px Cairo, Poppins, Tahoma;
}

a{color: var(--a);}
a:hover{color: var(--a-hover); text-decoration: none;}

::selection{background-color:var(--dark); color:#fff;text-shadow: none;}

a:not(.btn) > i{
    color: var(--hClr);
}

.gradient-text{
    background: linear-gradient(270deg, #3315b3, var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4{
    color: var(--hClr);
    font-family: var(--hFont);
    font-weight: 700;
    text-shadow: var(--txtShadow);
    margin-bottom: 11px;
}
h1, .h1{    
    font-size:2rem;
    line-height: 3rem;   
}
h2, .h2{
    font-size: calc(1.25rem + .35vw);
    line-height: 2.5rem; 
}
h3, .h3{
    font-size:1.1rem;
    line-height: 2.2rem; 
    letter-spacing: 0;
    margin-bottom: 10px;
}
h4, .h4{
    font-size:1rem; /*16px*/
    letter-spacing: 0;
    margin-bottom: 8px;
}

hr{
    display: block;
    margin: 55px 0 35px;
    border: 0;
    border-bottom: var(--border);
}

/* siteMSG */
#siteMSG{
    --ob-footerBg: var(--light);
}
#siteMSG header{
    color: #fff;
    padding: .75rem 1.25rem;
    text-shadow: none;
    font-family: Poppins, Cairo, Tahoma;
}
.openbox header .ico i{
    margin: 0;
}

@media only screen and (max-width: 667px) {
    :root{
        --ob-radius: 0;
    }
    #siteMSG .bodyContainer, 
    #siteMSG.album .bodyContainer{
        max-height: unset;
        height: calc(100vh - 124px);
    }
    .openbox_content > i.btn-obc{
        left: 20px;
        top: 20px;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNy40IDI3My40QzIuNyAyNjguOCAwIDI2Mi42IDAgMjU2czIuNy0xMi44IDcuNC0xNy40bDE3Ni0xNjhjOS42LTkuMiAyNC44LTguOCAzMy45IC44czguOCAyNC44LS44IDMzLjlMODMuOSAyMzIgNDI0IDIzMmMxMy4zIDAgMjQgMTAuNyAyNCAyNHMtMTAuNyAyNC0yNCAyNEw4My45IDI4MCAyMTYuNiA0MDYuNmM5LjYgOS4yIDkuOSAyNC4zIC44IDMzLjlzLTI0LjMgOS45LTMzLjkgLjhsLTE3Ni0xNjh6Ii8+PC9zdmc+");
    }
    body[dir="ltr"] .openbox_content > i.btn-obc{
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNC4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDIzIEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNNDQwLjYgMjczLjRjNC43LTQuNSA3LjQtMTAuOCA3LjQtMTcuNHMtMi43LTEyLjgtNy40LTE3LjRsLTE3Ni0xNjhjLTkuNi05LjItMjQuOC04LjgtMzMuOSAuOHMtOC44IDI0LjggLjggMzMuOUwzNjQuMSAyMzIgMjQgMjMyYy0xMy4zIDAtMjQgMTAuNy0yNCAyNHMxMC43IDI0IDI0IDI0bDM0MC4xIDBMMjMxLjQgNDA2LjZjLTkuNiA5LjItOS45IDI0LjMtLjggMzMuOXMyNC4zIDkuOSAzMy45IC44bDE3Ni0xNjh6Ii8+PC9zdmc+");
    }
}



/* Search Page */
.search_form{

}
#search_form input{
    width: calc(100% - 115px);
    margin-bottom: 0;
}
#search_form .btn{
    width: 100px;
    font-weight: 700;
    margin-bottom: 0;
}

.noResults{
    padding: 0 25px 25px;
    font-size: 16px;
    text-align: center;
}

.flag{
    width: 20px;
    height: 20px;
    margin-inline-end: 6px;
}

/* Social Links */
.socialLinks i{
    display: inline-block;
    font-size: 2rem;
    margin-inline-end: 20px;
}
.socialLinks a{
    position: relative;
}
.socialLinks a:hover i{
    color: var(--secondary);
    transform: scale(1.1) rotate(20deg);
}

/*.socialLinks a::before{
    direction: ltr;
    display: none;
    content: attr(data-id);
    background-color: var(--dark);
    padding: 3px 9px;
    text-align: center;
    min-width: 110px;

    position: absolute;
    top: -40px;
    left: -15px;
    color: #fff;
    border-radius: 40px;
    font-size: .9rem;
    line-height: 1.4;
    z-index: 2;
}
.socialLinks a::after{
    display: none;
    content: "";
    height: 8px;
    width: 8px;
    margin: 0 auto;
    transform: rotate(45deg);
    background-color: var(--dark);

    position: absolute;
    top: -20px;
    right: 10px;
    z-index: 1;
}*/
.socialLinks a:hover::before,
.socialLinks a:hover::after{
    display: none;
}
.socialLinks a[data-id=""]::before,
.socialLinks a[data-id=""]::after{
    display: none !important;
}

.socialLinks a[data-www="whatsapp"]:hover i{ color: #31c631; }
.socialLinks a[data-www="facebook"]:hover i{ color: #1773ea; }
.socialLinks a[data-www="youtube"]:hover i{ color: #f70000; }
.socialLinks a[data-www="twitter"]:hover i{ color: #1c96e8; }
.socialLinks a[data-www="linkedin"]:hover i{ color: #0270ad; }
.socialLinks a[data-www="codepen"]:hover i{ color: #0a0a08; }
.socialLinks a[data-www="github"]:hover i{ color: #000; }
.socialLinks a[data-www="instagram"]:hover i{ color: #d3004c; }
.socialLinks a[data-www="telegram"]:hover i{ color: #25a3e1; }


/* Forms Update */
.input > input{
    padding-right: 40px !important;
}
.input.ltr > input{
    padding-left: 40px !important;
}
.input.right.phone > input{
    padding-right: 40px !important;
}

.input > i{
    box-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
}
.input input:focus ~ i:not([class^="text-"]){
    color: var(--primary);
}

input.danger + i, select.danger + i, textarea.danger + i {
    background-color: transparent !important;
    color: var(--danger) !important;
}
input.success + i, select.success + i, textarea.success + i {
    background-color: transparent !important;
    color: var(--success) !important;
}

form .bubble.danger,
form .bubble.info{
    background-color: transparent;
    color: var(--danger);
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    padding-bottom: 7px;
    font-size: .95rem;
    opacity: .85;
}
form .bubble.info{
    color: var(--info);
}
form .bubble.danger:empty,
form .bubble.info:empty,
form .bubble.danger::after,
form .bubble.info::after{
    display: none;
}

select{
    font-family: var(--font-family);
}

.maxlenmsg{
    float: var(--align2);
    direction: ltr;
}

/* External Pages */
#xtPage h1,
#xtPage .h1{
    padding-bottom: 15px;
    border-bottom: var(--border);
}
#xtPage h2,
#xtPage .h2{
    margin-top: 35px;
}

/* 404 */
.err404{
    background: url(../img/404-cry.png) top center no-repeat;
    background-size: auto 200px;
    padding-top: 230px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2;
    padding-bottom: 45px;
}
.err404 .ttl{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--danger);
    margin-bottom: 10px;
}
@media all and (max-width: 520px) {
    .err404{
        background: url(../img/404-cry.png) top center no-repeat;
        background-size: auto 180px;
        padding-top: 200px;
    }
}
@media all and (max-width: 440px) {
    .err404{
        background: url(../img/404-cry.png) top center no-repeat;
        background-size: auto 120px;
        padding-top: 140px;
    }
}

/* Breadcrumb */
.breadcrumb{
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-weight: 600;
    margin: 10px 0 30px;
}
.breadcrumb a{
    color: var(--txtColor) !important;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: var(--a);
}
.breadcrumb li:not(:last-child)::after{
    content: "/";
    color: var(--primary);
}

@media all and (max-width: 800px) {
    .breadcrumb li:first-child::before{
        font-size: 1.2rem;
        margin-left: 0;
        content: "\f015";
    }
    .breadcrumb li:not(:last-child)::after{
        margin: 0 5px;
    }
}



/* pagination */
.pagination{
    margin: var(--padding) 0 0;
}

/* Commerce */
/* .btn-chngCurrency{ cursor: pointer; } */

/* countries phones codes */
.phoneCodes{
    margin-inline-end: 15px;
}
.phoneCodes input{

}
.phoneCodes li{
    padding: 5px 11px;
    cursor: pointer;
}
.phoneCodes li:not(:last-child) {
    border-bottom: var(--border);
}
.phoneCodes li:hover{
    background-color: var(--light);
    font-weight: 700;
}
.phoneCodes img{
    width: 24px;
    margin-inline-end: 5px;
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    border-radius: 2px;
}
.phoneCodes li:hover img{
    box-shadow: 0 0 7px rgb(0 0 0 / 35%);
}
.phoneCodes span{
    direction: ltr;
    text-align: left;
    float: var(--align2);
}
.phoneCodes span::before{
    content: "+";
}
.phoneCodes li::after{
    display: block;
    clear: both;
    content: "";
}

/* updatePhoneEmail */
.updatePhoneEmail .ttl{
    
}
.updatePhoneEmail p{
    text-align: justify;
    padding: var(--padding);
    border: var(--border);    
    border-radius: var(--radius);
    background-color: var(--light);
    margin: var(--padding) 0;
}
.updatePhoneEmail .btn{
    display: block;
    margin: 0;
    padding: 0.75rem;
}

/* wrap */
@media only screen and (max-width: 667px) {
    .wrap{
        width: 100%;
    }
}

/* darkMode */
.dm-tgl{
    margin-top: 15px;
    margin-inline-end: 35px;
}



/** ********************/
.usersAvatars{
    --margin: 18px;
    --width: 36px;
    --gray: var(--light);
}

.owl-dots{
    margin-top: var(--padding);
}
.owl-dots .owl-dot.active span {
    width: 35px;
    background: var(--gradeBg);
}

.input.phone > i:not([class]){
    box-shadow: none !important;
}

/** old KBS **/
.section{
    margin-bottom: 40px;
}
section .ttl2{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

section h1:not(.ttl) {
    padding-top: 5px;
    padding-bottom: 10px;
    box-shadow: inset 0 -3px 3px -2px rgba(0,0,0,.2);
}

.loggedOut{
    margin: 45px 0;
}

.fa-star, .fa-star-half-alt{
    color: var(--warning);
    margin-inline-end: 2px !important;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 15%);
}

/* Top Members */
.topMembers{
    margin: 30px 0;
}
.topMembers .flex{
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.topMembers .top1{
    text-align: center;
}
.topMembers .top1 .avatar{
    width: 80px;
    height: 80px;
}
.topMembers .avatar{
    position: relative;
    margin: 10px;
    vertical-align: bottom;
    border-radius: 50%;
}
.topMembers .avatar span {
    display: inline-block;
    width: 140px;
    visibility: hidden;
    background-color: var(--dark);
    font-size: 13px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 3px 7px;
    position: absolute;
    z-index: 1;
    bottom: 105%;
    left: 50%;
    margin-left: -65px;
    opacity: 0;
    transition: opacity 0.3s;
    height: auto;
    font-weight: 400;
}
.topMembers .avatar span::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--dark) transparent transparent transparent;
}
.topMembers .avatar:hover span{
    visibility: visible;
    opacity: 1;
}
.topMembers .avatar img {
    position: absolute;
    top: -6px;
    right: -14px;
    width: 30px;
    height: 30px;
}


.ribbon_yellow{
    background: url(../img/ribbon.png) center no-repeat;
    background-size: 250px 100%;
    text-align: center;
    color: #fff;
    height: 88px;
    padding-top: 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}
.topMembers .top1 .avatar img{
    top: -3px;
    right: -15px;
    width: 36px;
    height: 36px;
}

.siteMSG .bodyContainer{
    line-height: 2;
}
.siteMSG .container{
    padding: 30px;

}
.siteMSG .container i{
    margin-left: 10px;
    font-size: 30px;
    vertical-align: middle;
}
.siteMSG a, .err404 a{
    padding-bottom: 3px;
    border-bottom: 1px solid var(--blue);
}


  
.admins a{
    display: inline-block;
    margin-inline-end: 15px;
    margin-bottom: 15px;
    width: 150px;
    font-size: 13px;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--primary) url(../img/loading.svg) center no-repeat;
    background-size: 60px;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 25%);
    font-weight: 700;
}
.admins img{
    width: 100%;
    height: 100px;
}
.admins span{
    display: block;
    padding: 4px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.admins a:hover{
    background: var(--secondary);
    color: #fff;
}
.admins a.disabled{
    opacity: .5;
    background: #333 !important;
}
.admins a.loading img{
    opacity: 0;
}

#university{
    margin: 40px auto 50px;
}
#university h1{
    margin: 0;
}
#university h1 img{
    height: 80px;
    max-width: 150px;
    vertical-align: middle;
}

#university select{
    width: 180px;
    margin-bottom: 0;
    flex-grow: 2;
}
#university .btn{
    flex-grow: 1;
}

@media (width <= 960px) {
    .filterContainer{
        justify-content: center;
    }
    #university h1{
        justify-content: center;
    }
}

/** Old Notifications */
.notifications a:not(.see-all){
    display: block;
    position: relative;
    padding: 6px;
    font-size: 13px;
    word-break: keep-all;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
}
.notifications li a{
    background-color: #fff;    
}

.notifications a:not(.see-all):hover, .notifications a:not(.see-all):focus{
    padding-right: 6px;
    font-weight: normal;
}
.notifications a::after{
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.notifications a strong{
    color: var(--primary);
}
.notifications a:hover strong{
    color: var(--a-hover);
}

.notifications .img{ /* notification image */
    float: var(--align2);
    width: 60px;
    height: auto;
    min-height: 50px;
    border-radius: var(--radius2);
    max-height: 60px;
    margin-inline-start: 10px;
}

.notifications .av{ /* nofication user's avatars */
    float: right;
    margin-left: 6px;
    z-index: 3;
    
    width: 20px;
    height: 20px;
    
    border-radius: 25px;
}

.notifications .ct{
    display: inline-block;
    width: auto;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    background-color: rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0, 0.05);
    
    font-size: 11px;
    padding: 2px 3px;
    line-height: 13px;
    margin-right: 2px;
}

.notifications .emoji{ /* notification image */
    display: inline-block;
    width: 16px;
    height: 16px;
}

.notifications strong{ /* nofication user's name, title */
    margin: 0 3px;
    font-size: 13px;
}

.notifications .ico{ /* nofication icon */
    display: inline-block;
    clear: both;
    height: 16px;
    margin-top: 5px;
    padding-right: 20px;   
    
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 16px 16px;

    color: #888;
    line-height: 16px;
}
.notifications .cmd .ico{ background-image: url(../img/notifications/bubbles.png); }
.notifications .follow .ico{ background-image: url(../img/notifications/follow.png); }

.notifications .like .ico{ background-image: url(../img/notifications/like.png); }
.notifications .dislike .ico{ background-image: url(../img/notifications/dislike.png); }
.notifications .love .ico{ background-image: url(../img/notifications/love.png); }
.notifications .haha .ico{ background-image: url(../img/notifications/haha.png); }
.notifications .wow .ico{ background-image: url(../img/notifications/wow.png); }
.notifications .sad .ico{ background-image: url(../img/notifications/sad.png); }
.notifications .angry .ico{ background-image: url(../img/notifications/angry.png); }
.notifications .msg .ico {background-image: url(../img/notifications/bubbles-2.png);}
.notifications .quiz .ico {background-image: url(../img/notifications/quiz.png);}
.notifications .npost .ico {background-image: url(../img/notifications/play-yt.png);}

.notifications li:last-child::after{
    background-color: #f2f4f6;
}
.notifications li::before{
    top: 7px;
    border: 5px solid #f2f4f6;
}

.btn:not(.warning):not(.dander):not(.outline):hover,
.btn:not(.warning):not(.dander):not(.outline):focus{
    color: #fff;
}

.plyr__control--overlaid{
    background: var(--gradeBg) !important;
}
.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true]{
    background: var(--gradeBg2) !important;
}

.plyr--video .plyr__controls input[type=range],
.plyr--video .plyr__controls input[type=range]:focus{
    position: relative !important;
    top: -4px !important;
    background: transparent !important;
    color: var(--secondary) !important;
}

.plyr::after {
    position: absolute;
    inset: 0;
    content: "";
    z-index: 100;
    background: transparent;
}
.plyr--video .plyr__controls{z-index:300;}

.ck-editor__editable {
    min-height: 250px !important;
}

/** Avatars Group **/
.avatar-group{
    display: inline-block;
    text-align: var(--align, right);
    padding-inline-end: var(--av-group-margin, 13px);
    /* vertical-align: super; */
}
.avatar-group img.avatar{
    margin: 0 !important;
    margin-inline-end: calc(var(--av-group-margin, 13px) * -1) !important;
    border: var(--av-group-border, 2px solid var(--body-bg, #fff));
    position: relative;
    z-index: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: var(--av-group-shadow, 0 3px 6px 3px rgb(0 0 0 / 11%));
}
.avatar-group .avatar:is(:hover, :focus, .active){
    z-index: 100;
    transform: scale(1.1) translateY(-3px);
}
.avatar-group .count{
    background-color: var(--primary, #333);
    color: #fff;
    font-weight: 700;
    align-content: center;
    z-index: 1;
}

.multiple_instructors_info{
    display: none;
    margin-top: 1rem;
}
.openbox .multiple_instructors_info{
    display: flex;
}

.multiple_instructors_info a{
    color: var(--txt-color);
    border: 1px solid rgb(0 0 0 / 5%);
    border-radius: var(--radius);
    padding: 1rem;
    background: #b63fb90d;
}
.multiple_instructors_info b{
    font-size: 1.5rem;
}
.multiple_instructors_info .price{
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--success);
    font-weight: 700;
    color: var(--success);
    border-radius: 100px;
    background: #fff;
    padding: .35rem 1rem;
    border: 1px solid var(--primary);
}
.multiple_instructors_info .price span{
    font-size: 1rem;
    font-weight: 500;
    color: var(--txt-color);
}

.multiple_instructors_info a:is(:hover, :focus){
    background: #b63fb99f;
    color: #fff;
}
.multiple_instructors_info a:is(:hover, :focus) :is(.price, .price span){
    background: var(--primary);
    color: #fff;
}


