@charset "UTF-8";.auth-main{height:100vh;background-color:#fff;overflow-y:auto;scrollbar-color:#b9b9b9 #F5F5F5;scrollbar-width:thin;padding:30px 0}@media only screen and (min-width: 1200px){.auth-main{padding:40px}}.auth-main::-webkit-scrollbar{width:6px;height:6px}.auth-main::-webkit-scrollbar-thumb{background-color:#b9b9b9}.auth-main::-webkit-scrollbar-track{background-color:#f5f5f5}.auth-main .auth-card{border-radius:15px;background-color:#f5f5f5;padding:10px;max-width:700px;width:100%}@media only screen and (min-width: 640px){.auth-main .auth-card{border-radius:30px}}@media only screen and (min-width: 1200px){.auth-main .auth-card{padding:20px}}.auth-main .auth-card .auth-inner{padding:10px;overflow-y:auto;scrollbar-color:#b9b9b9 #F5F5F5;scrollbar-width:thin}@media only screen and (min-width: 640px){.auth-main .auth-card .auth-inner{padding:20px;max-height:calc(100vh - 40px)}}@media only screen and (min-width: 1024px){.auth-main .auth-card .auth-inner{padding:30px;max-height:calc(100vh - 60px)}}@media only screen and (min-width: 1441px){.auth-main .auth-card .auth-inner{padding:40px;max-height:calc(100vh - 100px)}}.auth-main .auth-card .auth-inner::-webkit-scrollbar{width:6px;height:6px}.auth-main .auth-card .auth-inner::-webkit-scrollbar-thumb{background-color:#b9b9b9}.auth-main .auth-card .auth-inner::-webkit-scrollbar-track{background-color:#f5f5f5}.auth-main .auth-card .title{font-size:20px;line-height:1.5;color:#000;margin:0}@media only screen and (min-width: 640px){.auth-main .auth-card .title{font-size:22px}}@media only screen and (min-width: 1200px){.auth-main .auth-card .title{font-size:26px}}@media only screen and (min-width: 1441px){.auth-main .auth-card .title{font-size:28px}}.auth-main .auth-card .head-group{gap:10px;margin-bottom:20px}@media only screen and (min-width: 640px){.auth-main .auth-card .head-group{gap:16px;margin-bottom:30px}}@media only screen and (min-width: 1200px){.auth-main .auth-card .head-group{gap:20px}}@media only screen and (min-width: 1441px){.auth-main .auth-card .head-group{gap:30px}}.auth-main .auth-card .head-group .back{width:26px;height:26px;border-radius:100%;background-color:#eaeaea;cursor:pointer}@media only screen and (min-width: 640px){.auth-main .auth-card .head-group .back{width:36px;height:36px}}@media only screen and (min-width: 1200px){.auth-main .auth-card .head-group .back{width:40px;height:40px}}@media only screen and (min-width: 1441px){.auth-main .auth-card .head-group .back{width:58px;height:58px}}.auth-main .auth-card .head-group .back i{font-size:14px}@media only screen and (min-width: 640px){.auth-main .auth-card .head-group .back i{font-size:18px}}@media only screen and (min-width: 1441px){.auth-main .auth-card .head-group .back i{font-size:22px}}.auth-main .auth-card .description{margin-bottom:20px}@media only screen and (min-width: 640px){.auth-main .auth-card .description{margin-bottom:30px}}@media only screen and (min-width: 1441px){.auth-main .auth-card .description{margin-bottom:60px}}.auth-main .auth-card .verification-wrap{display:flex;align-items:center;gap:16px}@media only screen and (min-width: 640px){.auth-main .auth-card .verification-wrap{gap:24px}}@media only screen and (min-width: 1200px){.auth-main .auth-card .verification-wrap{gap:30px}}@media only screen and (min-width: 1441px){.auth-main .auth-card .verification-wrap{gap:40px}}.auth-main .auth-card .verification-wrap input{text-align:center}.page-title{margin:0;display:none}@media only screen and (min-width: 1024px){.page-title{display:block}}.mobile-admin-page-title{margin:0 0 16px;display:block}@media only screen and (min-width: 1024px){.mobile-admin-page-title{margin:0;display:none}}.card-action{grid-column-gap:6px;grid-row-gap:6px;margin-bottom:4px}@media only screen and (min-width: 768px){.card-action{grid-column-gap:8px}}@media only screen and (min-width: 1200px){.card-action{grid-column-gap:10px}}@media only screen and (min-width: 1600px){.card-action{grid-column-gap:16px}}.card-action .link{font-size:14px;line-height:1;color:#ff004f;padding:4px 8px;gap:2px;border:1px solid #E6E6E6;transition:all .4s;cursor:pointer}.card-action .link:hover{background:#ff004f;border-color:#ff004f;color:#fff;transition:all .4s}@media only screen and (min-width: 640px){.card-action .link{font-size:16px;line-height:20px;padding:5px 10px;gap:4px}}.card-action .link.delete{color:#f96e66}.card-action .link.delete:hover{background:#f96e66;border-color:#f96e66;color:#fff}.card-action .link.delete:hover i{color:#fff;transition:all .4s}.card-action .link.delete i{color:#f96e66;transition:all .4s}.status-label{gap:6px}.status-label .text{font-size:14px;font-weight:400;line-height:1;color:#2d2d2d;text-transform:lowercase;position:relative;padding-left:16px;margin:0}@media only screen and (min-width: 640px){.status-label .text{font-size:16px;padding-left:24px}}@media only screen and (min-width: 1200px){.status-label .text{font-size:20px;line-height:24px}}.status-label .text:before{content:"";position:absolute;top:0;bottom:0;margin:auto;left:0;width:10px;height:10px;border-radius:100%}@media only screen and (min-width: 640px){.status-label .text:before{width:16px;height:16px}}.status-label.active-card .text:before{background:#18c06e}.status-label.in-review-card .text:before{background:#fd9e55}.status-label.rejected-card .text:before{background:#f96e66}.protected-main{height:100vh;background:#f5f5f5;overflow-y:auto;scrollbar-color:#242424 #EAEAEA;scrollbar-width:thin}.protected-main::-webkit-scrollbar{width:8px;height:8px}.protected-main::-webkit-scrollbar-thumb{background-color:#242424}.protected-main::-webkit-scrollbar-track{background-color:#eaeaea}.protected-main .protected-content{padding:84px 16px 16px;transition:all .6s}.protected-main .protected-content.content-collapse{transition:all .6s}@media only screen and (min-width: 640px){.protected-main .protected-content{padding:94px 20px 20px}}@media only screen and (min-width: 768px){.protected-main .protected-content{padding:100px 20px 20px}}@media only screen and (min-width: 1024px){.protected-main .protected-content{padding:102px 20px 20px 0;width:calc(100% - 332px);margin-left:auto}.protected-main .protected-content.content-collapse{width:calc(100% - 92px)}}@media only screen and (min-width: 1200px){.protected-main .protected-content{padding:112px 32px 32px 0;width:calc(100% - 332px)}.protected-main .protected-content.content-collapse{width:calc(100% - 96px)}}@media only screen and (min-width: 1441px){.protected-main .protected-content{padding:112px 32px 32px 0;width:calc(100% - 368px)}.protected-main .protected-content.content-collapse{width:calc(100% - 114px)}.protected-main input,.protected-main select,.protected-main textarea{font-size:20px}.protected-main input::-moz-placeholder,.protected-main select::-moz-placeholder,.protected-main textarea::-moz-placeholder{font-size:20px}.protected-main input::placeholder,.protected-main select::placeholder,.protected-main textarea::placeholder{font-size:20px}.protected-main .solid-btn,.protected-main .border-btn{font-size:18px;padding:15px 26px}}.protected-detail-card{padding:16px;border-radius:10px;gap:20px}@media only screen and (min-width: 640px){.protected-detail-card{padding:16px 20px}}@media only screen and (min-width: 1200px){.protected-detail-card{gap:30px}}.protected-detail-card .data,.protected-detail-card .label{font-size:14px;line-height:1.5;display:block}@media only screen and (min-width: 1200px){.protected-detail-card .data,.protected-detail-card .label{font-size:16px}}.protected-detail-card .data{color:#242424;margin:0}.protected-detail-card .label{font-weight:600;color:#000;margin-bottom:10px}.protected-detail-card .users-content{max-width:550px}@media only screen and (min-width: 1441px){.protected-detail-card .users-content{max-width:660px}}.protected-detail-card .users-image{margin:0}.user-content-list{display:grid;gap:20px;grid-template-columns:repeat(1,1fr);width:100%}@media only screen and (min-width: 640px){.user-content-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 768px){.user-content-list{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 1200px){.user-content-list{gap:30px;grid-template-columns:repeat(3,1fr)}}.account-details{position:relative}@media only screen and (min-width: 1200px){.account-details{margin-top:0}}.account-details .account-details-inner{padding:30px 20px}@media only screen and (min-width: 1441px){.account-details .account-details-inner{max-width:75%}}.protected-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;background-color:#fff;gap:10px;padding:16px;border-radius:10px}@media only screen and (min-width: 640px){.protected-head{padding:16px 20px}}.protected-head h2{font-size:16px;line-height:22px;color:#000;margin:0}@media only screen and (min-width: 1200px){.protected-head h2{font-size:18px}}.protected-head .searchbar-wrap{position:relative;max-width:100%;width:100%}@media only screen and (min-width: 768px){.protected-head .searchbar-wrap{max-width:250px;width:auto}}.protected-head .searchbar-wrap i{position:absolute;top:50%;left:16px;transform:translateY(-50%);font-size:18px}.protected-head .searchbar-wrap input[type=search]{font-size:16px;border:1px solid #b9b9b9;padding:10px 16px 10px 44px;border-radius:5px;width:100%}@media only screen and (min-width: 640px){.protected-head .searchbar-wrap input[type=search]{height:44px}}@media only screen and (min-width: 1441px){.protected-head .searchbar-wrap input[type=search]{height:50px}}.protected-head .searchbar-wrap input[type=search]:focus{border-color:#ff004f}.protected-head .searchbar-wrap input[type=search]::-moz-placeholder{font-size:16px}.protected-head .searchbar-wrap input[type=search]::placeholder{font-size:16px}.protected-head .solid-btn,.protected-head .border-btn{font-size:14px;border-radius:5px;padding:8px 16px;min-width:-moz-max-content;min-width:max-content}@media only screen and (max-width: 639px){.protected-head .solid-btn.head-icon-btn,.protected-head .border-btn.head-icon-btn{width:30px;height:30px;padding:0;font-size:0}}@media only screen and (min-width: 640px){.protected-head .solid-btn,.protected-head .border-btn{font-size:14px;padding:10px 20px;width:auto;height:44px;gap:8px}}@media only screen and (min-width: 1441px){.protected-head .solid-btn,.protected-head .border-btn{font-size:16px;padding:14px 22px;gap:10px;height:50px}}.protected-head .solid-btn i,.protected-head .border-btn i{font-size:16px;margin-right:-8px}@media only screen and (min-width: 640px){.protected-head .solid-btn i,.protected-head .border-btn i{font-size:20px;margin:0}}.protected-head .solid-btn i.icon-edituser,.protected-head .border-btn i.icon-edituser{font-size:14px}@media only screen and (min-width: 640px){.protected-head .solid-btn i.icon-edituser,.protected-head .border-btn i.icon-edituser{font-size:18px}}.price-select{height:43px;border:1px solid #E6E6E6;background-color:#f8f6f4;position:relative;display:flex;align-items:center}@media only screen and (min-width: 640px){.price-select{margin-bottom:0;height:48px}}@media only screen and (min-width: 1200px){.price-select{height:50px}}.price-select input{height:auto;padding:8px 15px}@media only screen and (min-width: 1441px){.price-select input{padding:8px 20px}}.price-select .select-btn{height:auto;max-width:80px;border:none;color:#ff004f;padding:5px 40px 5px 5px}@media only screen and (min-width: 1441px){.price-select .select-btn{max-width:100px}}.price-select input{border:none}.price-select .select-menu-list{top:0;transform:translateY(85px)}.price-select.active .select-menu-list{transform:translateY(60px)}.dashboard-form-btn{background-color:#fd9e55;border-color:#fd9e55}.dashboard-form-btn:hover{background-color:#ff004f;border-color:#ff004f}.users-image{width:80px;height:80px;border-radius:0;border:1px solid #E6E6E6;margin-bottom:10px;flex-shrink:0}@media only screen and (min-width: 768px){.users-image{width:100px;height:100px;margin-bottom:0}}@media only screen and (min-width: 1200px){.users-image{width:120px;height:120px}}@media only screen and (min-width: 1600px){.users-image{width:160px;height:160px}}.users-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0}.question-list .questions h3{font-size:18px;line-height:1.2;font-weight:600;color:#7e7e7e;margin-bottom:25px}@media (max-width: 767px){.question-list .questions h3{margin-bottom:15px}}.question-list .questions p{margin-bottom:24px}@media (max-width: 767px){.question-list .questions p{margin-bottom:15px}}.question-list .optionsList{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 767px){.question-list .optionsList{grid-template-columns:1fr;gap:15px}}.question-list .optionsList .OptionItem{height:100%}.question-list .optionsList .OptionItem img{height:30px;width:30px}.question-list .optionsList .OptionItem.wrong input[type=radio]:checked~label{color:#ff2626;border-color:#ff2626}.question-list .optionsList .OptionItem.wrong input[type=radio]:checked~label:before{border-color:#ff2626}.question-list .optionsList .OptionItem.wrong input[type=radio]:checked~label:after{background:#ff2626;border-color:#ff2626}.question-list .optionsList .OptionItem.success input[type=radio]:checked~label{color:#51b116;border-color:#51b116}.question-list .optionsList .OptionItem.success input[type=radio]:checked~label:before{border-color:#51b116}.question-list .optionsList .OptionItem.success input[type=radio]:checked~label:after{background:#51b116;border-color:#51b116}.question-list .optionsList .OptionItem input[type=radio]{display:none}.question-list .optionsList .OptionItem input[type=radio]:checked~label{font-weight:600;color:#ff004f;border-color:#ff004f}.question-list .optionsList .OptionItem input[type=radio]:checked~label:before{border-color:#ff004f}.question-list .optionsList .OptionItem input[type=radio]:checked~label:after{opacity:1}.question-list .optionsList .OptionItem label{font-size:18px;line-height:1.2;color:#111827;border:1px solid #d9d9d9;border-radius:12px;padding:22px 22px 22px 54px;width:100%;height:100%;position:relative;display:flex;align-items:center}@media (max-width: 767px){.question-list .optionsList .OptionItem label{font-size:16px;padding:18px 18px 18px 50px;border-radius:12px}}@media (max-width: 991px){.question-list .optionsList .OptionItem label{font-size:14px;padding:16px 16px 16px 48px}}.question-list .optionsList .OptionItem label:before,.question-list .optionsList .OptionItem label:after{content:"";position:absolute;top:0;left:20px;bottom:0;margin:auto;width:20px;height:20px;border:1px solid #111827;border-radius:100%}@media (max-width: 767px){.question-list .optionsList .OptionItem label:before,.question-list .optionsList .OptionItem label:after{left:18px}}@media (max-width: 991px){.question-list .optionsList .OptionItem label:before,.question-list .optionsList .OptionItem label:after{left:16px}}.question-list .optionsList .OptionItem label:after{left:26px;width:8px;height:8px;background:#ff004f;border-color:#ff004f;opacity:0}@media (max-width: 767px){.question-list .optionsList .OptionItem label:after{left:24px}}@media (max-width: 991px){.question-list .optionsList .OptionItem label:after{left:22px}}.protected-header{position:fixed;top:0;left:0;width:100%;background:#fff;border-bottom:1px solid #E6E6E6;padding:10px 16px;z-index:15}@media only screen and (min-width: 640px){.protected-header{padding:10px 20px}}@media only screen and (min-width: 1024px){.protected-header{height:82px;padding:6px 20px 6px 0}}@media only screen and (min-width: 1200px){.protected-header{padding:6px 32px 6px 0}}.protected-header.header-collapse .header-logo img{opacity:0;visibility:hidden;transition:all .4s}.protected-header.header-collapse .header-logo .collapse-image{opacity:1;visibility:visible}.protected-header.header-collapse .protected-logo{transition:all .6s}@media only screen and (min-width: 1024px){.protected-header.header-collapse .protected-logo{padding-left:10px;width:70px}}@media only screen and (min-width: 1200px){.protected-header.header-collapse .protected-logo{width:72px}}@media only screen and (min-width: 1441px){.protected-header.header-collapse .protected-logo{width:84px}}.protected-header .header-logo{position:relative;max-width:130px;height:54px;width:100%}@media only screen and (min-width: 1024px){.protected-header .header-logo{max-width:174px}}.protected-header .header-logo img{max-width:130px;position:absolute;left:0;top:0;bottom:0;margin:auto;height:54px;transition:all .4s}@media only screen and (min-width: 1024px){.protected-header .header-logo img{max-width:174px}}.protected-header .header-logo .collapse-image{top:-3px;opacity:0;visibility:hidden;height:20px}.protected-header .admin-page-title{display:none}@media only screen and (min-width: 1024px){.protected-header .admin-page-title{display:block}}.protected-header .protected-logo{position:relative;transition:all .6s}@media only screen and (min-width: 1024px){.protected-header .protected-logo{width:300px;padding-left:16px}}@media only screen and (min-width: 1200px){.protected-header .protected-logo{width:300px}}@media only screen and (min-width: 1441px){.protected-header .protected-logo{width:336px}}.protected-header .protected-logo:before{content:"";position:absolute;top:0;bottom:0;right:0;margin:auto;width:1px;height:82px;background-color:#e6e6e6;display:none}@media only screen and (min-width: 1024px){.protected-header .protected-logo:before{display:block}}.protected-header .protected-logo .protected-mobile-toggle{width:28px;height:28px;flex-shrink:0;cursor:pointer;margin-right:6px;border:2px solid #242424;border-radius:6px;padding:4px}.protected-header .protected-logo .protected-mobile-toggle i{width:100%;height:2px;background:#242424;position:relative}.protected-header .protected-logo .protected-mobile-toggle i:before,.protected-header .protected-logo .protected-mobile-toggle i:after{content:"";position:absolute;left:0;width:100%;height:2px;background:#242424}.protected-header .protected-logo .protected-mobile-toggle i:before{top:-6px}.protected-header .protected-logo .protected-mobile-toggle i:after{bottom:-6px}@media only screen and (min-width: 640px){.protected-header .protected-logo .protected-mobile-toggle{width:34px;height:34px;margin-right:10px}}@media only screen and (min-width: 1024px){.protected-header .protected-logo .protected-mobile-toggle{display:none}}.protected-header .protected-search{position:absolute;bottom:10px;left:16px;right:16px}@media only screen and (min-width: 640px){.protected-header .protected-search{left:20px;right:20px}}@media only screen and (min-width: 1024px){.protected-header .protected-search{position:static;width:250px}}@media only screen and (min-width: 1441px){.protected-header .protected-search{width:350px}}.protected-header .protected-search input{font-size:16px;border-color:transparent}@media only screen and (max-width: 639px){.protected-header .protected-search input{height:38px;padding-top:0;padding-bottom:0;background-size:18px 18px;background-position:left 10px center;padding-left:38px}}@media only screen and (min-width: 1024px){.protected-header .protected-search input{font-size:18px}}.protected-header .action-group{gap:6px}@media only screen and (max-width: 375px){.protected-header .action-group{gap:3px}}@media only screen and (min-width: 640px){.protected-header .action-group{gap:14px}}@media only screen and (min-width: 1024px){.protected-header .action-group{gap:16px}}@media only screen and (min-width: 1200px){.protected-header .action-group{gap:20px}}@media only screen and (min-width: 1441px){.protected-header .action-group{gap:24px}}@media only screen and (min-width: 1600px){.protected-header .action-group{gap:32px}}.protected-header .action-group .create-event-btn{background:#fff;border-color:#e6e6e6;color:#2d2d2d}@media only screen and (max-width: 767px){.protected-header .action-group .create-event-btn{font-size:14px;line-height:20px;padding:8px 16px}}@media only screen and (max-width: 639px){.protected-header .action-group .create-event-btn{font-size:12px;padding:4px 8px}}@media only screen and (max-width: 375px){.protected-header .action-group .create-event-btn{font-size:10px;padding:2px 4px}}.protected-header .action-group .create-event-btn:hover{background:#fd9e55;color:#fff;border-color:#fd9e55}.protected-header .action-group .notification-main{position:relative}.protected-header .action-group .notification-main .notification-btn{position:relative;width:30px;height:30px;cursor:pointer}@media only screen and (min-width: 1024px){.protected-header .action-group .notification-main .notification-btn{width:34px;height:34px}}@media only screen and (min-width: 1200px){.protected-header .action-group .notification-main .notification-btn{width:40px;height:40px}}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .notification-btn{width:52px;height:52px}}.protected-header .action-group .notification-main .notification-btn i:before{font-size:20px;color:#fff;transition:all .4s}@media only screen and (min-width: 640px){.protected-header .action-group .notification-main .notification-btn i:before{font-size:24px}}@media only screen and (min-width: 768px){.protected-header .action-group .notification-main .notification-btn i:before{font-size:32px}}.protected-header .action-group .notification-main .notification-btn:hover i:before{color:#fd9e55;transition:all .4s}.protected-header .action-group .notification-main .ball-count{position:absolute;top:-2px;right:4px;font-size:10px;line-height:10px;font-weight:400;color:#fff;border-radius:100%;background:#fd9e55;min-width:18px;min-height:18px;display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 640px){.protected-header .action-group .notification-main .ball-count{top:-6px;right:2px;font-size:12px}}@media only screen and (min-width: 1024px){.protected-header .action-group .notification-main .ball-count{top:0;right:6px}}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .ball-count{top:6px;right:12px}}.protected-header .action-group .notification-main .notification-body{position:absolute;top:100%;right:0;min-width:250px;max-height:335px;background:#fff;box-shadow:0 15px 30px #00000014;opacity:0;visibility:hidden;transition:all .4s;overflow-y:auto;scrollbar-color:#242424 #EAEAEA;scrollbar-width:thin}.protected-header .action-group .notification-main .notification-body::-webkit-scrollbar{width:6px;height:6px}.protected-header .action-group .notification-main .notification-body::-webkit-scrollbar-thumb{background-color:#242424}.protected-header .action-group .notification-main .notification-body::-webkit-scrollbar-track{background-color:#eaeaea}@media only screen and (min-width: 640px){.protected-header .action-group .notification-main .notification-body{min-width:380px}}.protected-header .action-group .notification-main .notification-body.show{opacity:1;visibility:visible;transition:all .4s}.protected-header .action-group .notification-main .notification-body li{padding:10px 10px 10px 18px;border-bottom:1px solid #E6E6E6;position:relative;cursor:pointer}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .notification-body li{padding:12px 12px 12px 18px}}.protected-header .action-group .notification-main .notification-body li h4{font-size:14px;line-height:18px;color:#2d2d2d;font-weight:700;font-family:Cinzel;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .notification-body li h4{font-size:16px;line-height:22px}}.protected-header .action-group .notification-main .notification-body li p{margin-bottom:0;font-size:14px;line-height:16px;margin-top:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .notification-body li p{font-size:16px;line-height:18px;-webkit-line-clamp:3}}.protected-header .action-group .notification-main .notification-body li:last-child{border-bottom:none}.protected-header .action-group .notification-main .notification-body li:before{content:"";position:absolute;top:0;bottom:0;margin:auto;left:4px;background:#fff5ee;width:5px;height:75%}.protected-header .action-group .notification-main .notification-body li.empty-notification{padding:30px 16px;text-align:center;background:#f8f6f4}.protected-header .action-group .notification-main .notification-body li.empty-notification i{font-size:30px;color:#ff004f}@media only screen and (min-width: 480px){.protected-header .action-group .notification-main .notification-body li.empty-notification i{font-size:40px}}@media only screen and (min-width: 640px){.protected-header .action-group .notification-main .notification-body li.empty-notification i{font-size:50px}}@media only screen and (min-width: 1200px){.protected-header .action-group .notification-main .notification-body li.empty-notification i{font-size:60px}}.protected-header .action-group .notification-main .notification-body li.empty-notification .title{font-size:18px;line-height:1.3;font-weight:600;letter-spacing:.04em;font-family:Forum;text-transform:capitalize;color:#000;margin:10px 0 6px}@media only screen and (min-width: 480px){.protected-header .action-group .notification-main .notification-body li.empty-notification .title{font-size:22px;margin:14px 0 6px}}@media only screen and (min-width: 1200px){.protected-header .action-group .notification-main .notification-body li.empty-notification .title{font-size:26px}}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .notification-body li.empty-notification .title{font-size:26px}}.protected-header .action-group .notification-main .notification-body li.empty-notification p{font-size:14px;line-height:1.3;color:#585858;margin:0 auto}@media only screen and (min-width: 1200px){.protected-header .action-group .notification-main .notification-body li.empty-notification p{font-size:18px;max-width:260px}}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .notification-body li.empty-notification p{font-size:20px;max-width:310px}}.protected-header .action-group .notification-main .notification-body li span{font-size:12px;gap:5px;color:#fd9e55;margin-top:5px}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .notification-body li span{margin-top:8px;line-height:16px}}.protected-header .action-group .notification-main .notification-body li.discount-code-text{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:5px;column-gap:5px}@media only screen and (min-width: 640px){.protected-header .action-group .notification-main .notification-body li.discount-code-text{-moz-column-gap:15px;column-gap:15px}}.protected-header .action-group .notification-main .notification-body li.discount-code-text .notifications-content{width:80%;max-width:80%}.protected-header .action-group .notification-main .notification-body li.discount-code-text .copy-code{font-size:12px;line-height:20px;font-weight:700;font-family:Cinzel;color:#fd9e55;text-transform:uppercase}@media only screen and (min-width: 640px){.protected-header .action-group .notification-main .notification-body li.discount-code-text .copy-code{font-size:14px}}@media only screen and (min-width: 1441px){.protected-header .action-group .notification-main .notification-body li.discount-code-text .copy-code{font-size:16px;line-height:24px}}.protected-header .action-group .notification-main .notification-body li.read h4,.protected-header .action-group .notification-main .notification-body li.read p{color:#eaeaea}.protected-header .action-group .notification-main .notification-body li.read:before{display:none}.protected-header .action-group .my-account-dropdown{position:relative;padding:10px 0;white-space:nowrap}@media only screen and (min-width: 640px){.protected-header .action-group .my-account-dropdown{max-width:210px}}@media only screen and (min-width: 768px){.protected-header .action-group .my-account-dropdown{max-width:226px}}@media only screen and (min-width: 1024px){.protected-header .action-group .my-account-dropdown{max-width:260px}}.protected-header .action-group .my-account-dropdown .account-toggle{gap:6px;cursor:pointer}@media only screen and (min-width: 640px){.protected-header .action-group .my-account-dropdown .account-toggle{gap:10px}}@media only screen and (min-width: 1600px){.protected-header .action-group .my-account-dropdown .account-toggle{gap:16px}}.protected-header .action-group .my-account-dropdown .account-toggle img{width:24px;height:24px;-o-object-fit:cover;object-fit:cover;border-radius:100%;flex-shrink:0;border:1px solid #E6E6E6}@media only screen and (min-width: 640px){.protected-header .action-group .my-account-dropdown .account-toggle img{width:40px;height:40px}}@media only screen and (min-width: 1441px){.protected-header .action-group .my-account-dropdown .account-toggle img{width:50px;height:50px}}.protected-header .action-group .my-account-dropdown .account-toggle .title{font-size:16px;color:#000;margin:0;width:100%;overflow:hidden;text-overflow:ellipsis;display:none}@media only screen and (min-width: 640px){.protected-header .action-group .my-account-dropdown .account-toggle .title{font-size:14px;display:block}}@media only screen and (min-width: 768px){.protected-header .action-group .my-account-dropdown .account-toggle .title{font-size:16px}}@media only screen and (min-width: 1200px){.protected-header .action-group .my-account-dropdown .account-toggle .title{font-size:16px}}@media only screen and (min-width: 1441px){.protected-header .action-group .my-account-dropdown .account-toggle .title{font-size:18px}}.protected-header .action-group .my-account-dropdown .account-toggle i{font-size:10px}@media only screen and (min-width: 640px){.protected-header .action-group .my-account-dropdown .account-toggle i{font-size:14px}}@media only screen and (min-width: 1200px){.protected-header .action-group .my-account-dropdown .account-toggle i{font-size:16px}}.protected-header .action-group .my-account-dropdown .account-toggle i:before{color:#000}.protected-header .action-group .my-account-dropdown .account-body{position:absolute;background:#fff;top:100%;width:100%;min-width:120px;right:0;opacity:0;visibility:hidden;overflow:hidden;border-radius:10px;transition:all .4s;box-shadow:0 15px 30px #00000014}@media only screen and (min-width: 640px){.protected-header .action-group .my-account-dropdown .account-body{min-width:180px}}.protected-header .action-group .my-account-dropdown .account-body.show{opacity:1;visibility:visible;transition:all .4s}.protected-header .action-group .my-account-dropdown .account-body a,.protected-header .action-group .my-account-dropdown .account-body .link{font-size:14px;padding:8px 16px;color:#000;gap:6px;cursor:pointer;transition:all .4s}@media only screen and (min-width: 768px){.protected-header .action-group .my-account-dropdown .account-body a,.protected-header .action-group .my-account-dropdown .account-body .link{font-size:16px;padding:10px 16px;gap:10px}}@media only screen and (min-width: 1441px){.protected-header .action-group .my-account-dropdown .account-body a,.protected-header .action-group .my-account-dropdown .account-body .link{font-size:18px;padding:16px}}.protected-header .action-group .my-account-dropdown .account-body a i,.protected-header .action-group .my-account-dropdown .account-body .link i{width:16px;font-size:16px;color:#ff004f}@media only screen and (min-width: 768px){.protected-header .action-group .my-account-dropdown .account-body a i,.protected-header .action-group .my-account-dropdown .account-body .link i{width:24px;font-size:24px}}.protected-header .action-group .my-account-dropdown .account-body a i:before,.protected-header .action-group .my-account-dropdown .account-body .link i:before{transition:all .4s}.protected-header .action-group .my-account-dropdown .account-body a:hover,.protected-header .action-group .my-account-dropdown .account-body .link:hover{background:#f5f5f5;transition:all .4s}.protected-header .action-group .my-account-dropdown .account-body a:hover i:before,.protected-header .action-group .my-account-dropdown .account-body .link:hover i:before{color:#ff004f;transition:all .4s}.site-modal.image-zoom-modal:before{display:none}.site-modal.image-zoom-modal.show .modal-bg-close{content:"";position:fixed;top:0;left:0;bottom:0;width:100%;background:#000;opacity:.3;transition:all 0s}.site-modal.image-zoom-modal .modal-boday{max-width:100%;padding:0;background:transparent;transform:none;margin:0;position:static}.site-modal.image-zoom-modal .modal-boday img,.site-modal.image-zoom-modal .modal-boday iframe{position:relative;max-width:100%;max-height:calc(100vh - 100px);-o-object-fit:contain;object-fit:contain;margin:auto;z-index:1}@media only screen and (min-width: 640px){.site-modal.image-zoom-modal .modal-boday img,.site-modal.image-zoom-modal .modal-boday iframe{max-width:75%}}.site-modal.image-zoom-modal .modal-boday iframe{width:800px;height:800px;max-height:calc(100vh - 100px)}@media only screen and (min-width: 640px){.site-modal.image-zoom-modal .modal-boday iframe{max-width:80%}}.site-modal.image-zoom-modal .modal-boday .close-btn{position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#000;border:none}@media only screen and (min-width: 640px){.site-modal.image-zoom-modal .modal-boday .close-btn{width:50px;height:50px}}.site-modal.image-zoom-modal .modal-boday .close-btn i{font-size:16px;color:#fff;transform:rotate(45deg)}@media only screen and (min-width: 640px){.site-modal.image-zoom-modal .modal-boday .close-btn i{font-size:20px}}.site-modal.image-zoom-modal .modal-boday.video-player-body>div{width:100%!important;height:300px!important}@media only screen and (min-width: 640px){.site-modal.image-zoom-modal .modal-boday.video-player-body>div{height:400px!important}}.site-modal.image-zoom-modal .modal-boday.video-player-body iframe{height:100%}.site-modal .modal-boday{width:100%;max-width:450px;margin:auto;background:#fff;padding:20px 16px;text-align:center;border-radius:12px}.site-modal .modal-boday .close-btn{font-size:14px;color:#ff004f;border:1px solid #FF004F;border-radius:50%;cursor:pointer;padding:4px}@media only screen and (min-width: 1441px){.site-modal .modal-boday .close-btn{font-size:16px}}.protected-sidebar{position:fixed;top:0;left:-100%;width:300px;background:#fff;padding:40px 0 0;height:100vh;border-right:1px solid #E6E6E6;transition:all .6s;z-index:15}@media only screen and (min-width: 1024px){.protected-sidebar{top:82px;left:0;padding:20px 10px 16px;padding-right:0!important;z-index:1}.protected-sidebar .protected-mobile-close{display:none}}@media only screen and (min-width: 1200px){.protected-sidebar{width:300px;padding:20px 10px 16px}}@media only screen and (min-width: 1441px){.protected-sidebar{width:336px;padding:32px 10px 16px}}.protected-sidebar.show{left:0;transition:all .6s;box-shadow:16px 0 16px 16px #00000014}@media only screen and (min-width: 1024px){.protected-sidebar.sidebar-collapse{width:70px}.protected-sidebar.sidebar-collapse .protected-menu li a{font-size:0}}@media only screen and (min-width: 1200px){.protected-sidebar.sidebar-collapse{width:72px}}@media only screen and (min-width: 1441px){.protected-sidebar.sidebar-collapse{width:84px}}@media only screen and (max-width: 1023px){.protected-sidebar .sidebar-collapse-btn{display:none}}@media only screen and (min-width: 1024px){.protected-sidebar .sidebar-collapse-btn{position:absolute;top:0;bottom:0;right:-16px;margin:auto;width:26px;height:26px;border-radius:100%;background:#fff;color:#242424;border:1px solid #242424;padding-right:2px;cursor:pointer;transform:rotate(0);transition:all .6s}.protected-sidebar .sidebar-collapse-btn:hover,.protected-sidebar .sidebar-collapse-btn.active{background:#ffe7ee;color:#ff004f;border-color:#ff004f}.protected-sidebar .sidebar-collapse-btn.active{transform:rotate(180deg);transition:all .6s}.protected-sidebar .sidebar-collapse-btn i{font-size:14px}}.protected-sidebar .sidebar-collapse-btn:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:auto;width:38px;height:38px;border-radius:100%;z-index:-1;border:6px solid #F5F5F5}.protected-sidebar .protected-mobile-close{position:absolute;top:9px;right:9px;width:22px;height:22px;cursor:pointer}.protected-sidebar .protected-mobile-close:before,.protected-sidebar .protected-mobile-close:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;background:#ff004f;width:100%;height:2px}.protected-sidebar .protected-mobile-close:before{transform:rotate(45deg)}.protected-sidebar .protected-mobile-close:after{transform:rotate(-45deg)}.protected-sidebar .protected-menu{max-height:calc(100vh - 50px);overflow-x:hidden;overflow-y:auto;scrollbar-color:#242424 #EAEAEA;scrollbar-width:thin}.protected-sidebar .protected-menu::-webkit-scrollbar{width:6px;height:6px}.protected-sidebar .protected-menu::-webkit-scrollbar-thumb{background-color:#242424}.protected-sidebar .protected-menu::-webkit-scrollbar-track{background-color:#eaeaea}@media only screen and (min-width: 1024px){.protected-sidebar .protected-menu{max-height:calc(100vh - 110px);padding-right:10px}}@media only screen and (min-width: 1441px){.protected-sidebar .protected-menu{max-height:calc(100vh - 120px);padding-right:10px}}.protected-sidebar .protected-menu li{border-bottom:1px solid #E6E6E6}.protected-sidebar .protected-menu li:first-child{border-top:1px solid #E6E6E6}@media only screen and (min-width: 1024px){.protected-sidebar .protected-menu li{margin-bottom:10px;border:none}.protected-sidebar .protected-menu li:first-child{border:none}}@media only screen and (min-width: 1441px){.protected-sidebar .protected-menu li{margin-bottom:16px}}.protected-sidebar .protected-menu li:last-child{margin:0}.protected-sidebar .protected-menu li a{font-size:14px;line-height:1.2;font-weight:500;color:#000;padding:10px 14px;width:100%;gap:6px;white-space:nowrap;border-left:3px solid transparent}@media only screen and (min-width: 1024px){.protected-sidebar .protected-menu li a{gap:8px;background-color:#f6f6f6}}@media only screen and (min-width: 1441px){.protected-sidebar .protected-menu li a{font-size:16px;gap:10px}}.protected-sidebar .protected-menu li a:hover,.protected-sidebar .protected-menu li a.active{background:#ff004f;border-left-color:#000;color:#fff}.protected-sidebar .protected-menu li a:hover i:before,.protected-sidebar .protected-menu li a.active i:before{color:#fff;transition:all .4s}.protected-sidebar .protected-menu li a:hover .ssm-icon,.protected-sidebar .protected-menu li a.active .ssm-icon{background-color:#fff;transition:all .4s}.protected-sidebar .protected-menu li a .ssm-icon{width:18px;height:18px;background-color:#2d2d2d;flex-shrink:0;transition:all .4s}@media only screen and (min-width: 1024px){.protected-sidebar .protected-menu li a .ssm-icon{width:20px;height:20px}}@media only screen and (min-width: 1441px){.protected-sidebar .protected-menu li a .ssm-icon{width:24px;height:24px}}.protected-sidebar .protected-menu li a i{color:#2d2d2d}.protected-sidebar .protected-menu li a i:before{transition:all .4s;font-size:18px;color:#2d2d2d}@media only screen and (min-width: 1024px){.protected-sidebar .protected-menu li a i:before{font-size:20px}}@media only screen and (min-width: 1441px){.protected-sidebar .protected-menu li a i:before{font-size:24px}}.skeleton-box{display:inline-block;position:relative;width:100%;overflow:hidden;background-color:#efefef}.skeleton-box.circle{border-radius:100%}.skeleton-box:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 1.6s infinite}@keyframes shimmer{to{transform:translate(100%)}}.custom-table{background:#fff;border-radius:10px 10px 0 0;overflow-y:auto;scrollbar-color:#242424 #EAEAEA;scrollbar-width:thin;min-height:350px}.custom-table::-webkit-scrollbar{width:6px;height:6px}.custom-table::-webkit-scrollbar-thumb{background-color:#242424}.custom-table::-webkit-scrollbar-track{background-color:#eaeaea}.custom-table table{border:0;border-collapse:collapse;width:100%}.custom-table table thead tr th{font-size:14px;line-height:1.3;font-weight:600;padding:10px 14px;text-align:left;white-space:nowrap;color:#000;border:none;text-transform:capitalize;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#ffe7ee}@media only screen and (min-width: 1441px){.custom-table table thead tr th{font-size:16px;padding:14px 16px}}.custom-table table thead tr th:last-child{text-align:center}.custom-table table thead tr th .sort-body{display:inline-flex;align-items:center;margin-left:10px;vertical-align:middle}.custom-table table thead tr th .sort-body i{font-size:10px;color:#ff004f;opacity:.2;transform:rotate(90deg);display:block}.custom-table table thead tr th .sort-body i.active{opacity:1}.custom-table table thead tr th .sort-body .down{transform:rotate(-90deg)}.custom-table table tbody tr:first-child td{padding-top:10px}@media only screen and (min-width: 1441px){.custom-table table tbody tr:first-child td{padding-top:20px}}.custom-table table tbody tr:last-child td{border-bottom:none;padding-bottom:10px}@media only screen and (min-width: 1441px){.custom-table table tbody tr:last-child td{padding-bottom:20px}}.custom-table table tbody tr:nth-last-child(1) td .custom-table-dropdown .dropdown-body,.custom-table table tbody tr:nth-last-child(2) td .custom-table-dropdown .dropdown-body,.custom-table table tbody tr:nth-last-child(3) td .custom-table-dropdown .dropdown-body,.custom-table table tbody tr:nth-last-child(4) td .custom-table-dropdown .dropdown-body,.custom-table table tbody tr:nth-last-child(5) td .custom-table-dropdown .dropdown-body,.custom-table table tbody tr:nth-last-child(6) td .custom-table-dropdown .dropdown-body,.custom-table table tbody tr:nth-last-child(7) td .custom-table-dropdown .dropdown-body,.custom-table table tbody tr:nth-last-child(8) td .custom-table-dropdown .dropdown-body{top:auto;bottom:100%}.custom-table table tbody tr:nth-child(1) td .custom-table-dropdown .dropdown-body,.custom-table table tbody tr:nth-child(2) td .custom-table-dropdown .dropdown-body{top:100%;bottom:auto}.custom-table table tbody tr td{font-size:14px;line-height:1.3;padding:8px 14px;color:#000;border:none;border-bottom:1px solid #E6E6E6}.custom-table table tbody tr td:last-child{text-align:center}.custom-table table tbody tr td .skeleton-box.circle{width:50px}@media only screen and (min-width: 1441px){.custom-table table tbody tr td{font-size:16px;padding:10px 16px}}.custom-table table tbody tr td .description{font-size:14px;line-height:1.3;margin:0;width:250px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media only screen and (min-width: 1024px){.custom-table table tbody tr td .description{max-width:400px;width:100%}}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .description{font-size:18px}}.custom-table table tbody tr td img{width:36px;min-width:36px;height:36px;display:block;border-radius:0;-o-object-fit:cover;object-fit:cover}@media only screen and (min-width: 1441px){.custom-table table tbody tr td img{width:46px;min-width:46px;height:46px}}.custom-table table tbody tr td .dashboard-form-btn{font-size:14px;line-height:20px;padding:4px 18px;position:static;min-width:auto}@media only screen and (min-width: 640px){.custom-table table tbody tr td .dashboard-form-btn{padding:4px 21px}}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .dashboard-form-btn{font-size:16px}}.custom-table table tbody tr td .status-label .text{font-size:14px;line-height:1.3;text-transform:capitalize}@media only screen and (min-width: 640px){.custom-table table tbody tr td .status-label .text{font-size:16px}}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .status-label .text{font-size:18px}}.custom-table table tbody tr td .approve-action-group{gap:8px}@media only screen and (min-width: 1024px){.custom-table table tbody tr td .approve-action-group{gap:10px}}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .approve-action-group{gap:16px}}.custom-table table tbody tr td .approve-action-group span{width:24px;height:24px;border-radius:100%;cursor:pointer;color:#fff;padding-left:1px}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .approve-action-group span{width:30px;height:30px}}.custom-table table tbody tr td .approve-action-group span.approve{background:#18c06e}.custom-table table tbody tr td .approve-action-group span.approve i{font-size:12px}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .approve-action-group span.approve i{font-size:16px}}.custom-table table tbody tr td .approve-action-group span.reject{background:#f96e66}.custom-table table tbody tr td .approve-action-group span.reject i{font-size:10px}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .approve-action-group span.reject i{font-size:14px}}.custom-table table tbody tr td .custom-table-dropdown{position:relative;display:inline-block;text-align:center}.custom-table table tbody tr td .custom-table-dropdown .btn-toggle{font-size:24px;color:#000}.custom-table table tbody tr td .custom-table-dropdown .btn-toggle:hover,.custom-table table tbody tr td .custom-table-dropdown .btn-toggle.active{color:#ff004f}.custom-table table tbody tr td .custom-table-dropdown .dropdown-body{position:absolute;top:100%;right:0;box-shadow:drop-shadow(0px 15px 30px rgba(0,0,0,.08));background:#fff;min-width:100px;z-index:2;display:none;border-radius:10px;overflow:hidden;box-shadow:0 0 20px 10px #0000000f}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .custom-table-dropdown .dropdown-body{min-width:168px}}.custom-table table tbody tr td .custom-table-dropdown .dropdown-body.show{display:block}.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li a,.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li .link{font-size:14px;line-height:20px;padding:10px 14px;color:#2d2d2d;cursor:pointer;gap:6px;transition:all .4s}@media only screen and (min-width: 1200px){.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li a,.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li .link{font-size:16px}}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li a,.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li .link{font-size:18px;padding:14px 20px;gap:10px}}.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li a:hover,.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li .link:hover{background:#f5f5f5;transition:all .4s}.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li a i,.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li .link i{font-size:20px;color:#ff004f;transition:all .4s}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li a i,.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li .link i{font-size:24px}}.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li a i.icon-edituser,.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li .link i.icon-edituser{font-size:16px;width:20px}@media only screen and (min-width: 1441px){.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li a i.icon-edituser,.custom-table table tbody tr td .custom-table-dropdown .dropdown-body li .link i.icon-edituser{font-size:19px;width:24px}}.custom-pgntion{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;background:#fff;border-radius:0 0 10px 10px;padding:12px 14px;border-top:1px solid #E6E6E6}@media only screen and (max-width: 480px){.custom-pgntion{flex-direction:column;justify-content:center}}@media only screen and (min-width: 1441px){.custom-pgntion{padding:16px}}.custom-pgntion>p{font-size:14px;line-height:1.3;margin:0;color:#888}.custom-pgntion .pagination-wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;-moz-column-gap:8px;column-gap:8px}@media only screen and (min-width: 1441px){.custom-pgntion .pagination-wrap{-moz-column-gap:15px;column-gap:15px}}.custom-pgntion .pagination-wrap li{display:inline-flex}.custom-pgntion .pagination-wrap li a,.custom-pgntion .pagination-wrap li .link{font-size:14px;line-height:1;font-weight:500;padding:0 5px;min-width:30px;height:30px;border:1px solid #E6E6E6;color:#888;display:inline-flex;align-items:center;justify-content:center;border-radius:5px;cursor:pointer;transition:.3s all ease-in-out}.custom-pgntion .pagination-wrap li a.skeleton-link,.custom-pgntion .pagination-wrap li .link.skeleton-link{padding:0}.custom-pgntion .pagination-wrap li a.notPointer,.custom-pgntion .pagination-wrap li .link.notPointer{cursor:initial;pointer-events:none}@media only screen and (min-width: 1441px){.custom-pgntion .pagination-wrap li a,.custom-pgntion .pagination-wrap li .link{font-size:16px;min-width:34px;height:34px}}.custom-pgntion .pagination-wrap li.previous a,.custom-pgntion .pagination-wrap li.next a{color:#ff004f}.custom-pgntion .pagination-wrap li.next a{transform:rotate(180deg)}.custom-pgntion .pagination-wrap li.selected a,.custom-pgntion .pagination-wrap li:hover a{background-color:#ff004f;border-color:#ff004f;color:#fff}.custom-pgntion .pagination-wrap li.disable a{cursor:initial;border:1px solid #E6E6E6}.custom-pgntion .pagination-wrap li.disable a:hover{background:transparent;border:1px solid #E6E6E6;color:#ff004f}._loaderBody_90u0m_1{position:fixed;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;z-index:9999;background-color:#f8f4ff99}._loaderBody_90u0m_1 ._jumpingDotsLoader_90u0m_13{width:100px;height:100px;border-radius:100%;position:relative;margin:0 auto}._loaderBody_90u0m_1 ._jumpingDotsLoader_90u0m_13 span{display:inline-block;width:20px;height:20px;border-radius:100%;background-color:#ff004f;margin:35px 5px}._loaderBody_90u0m_1 ._jumpingDotsLoader_90u0m_13 span:nth-child(1){animation:_bounce_90u0m_1 1s ease-in-out infinite}._loaderBody_90u0m_1 ._jumpingDotsLoader_90u0m_13 span:nth-child(2){animation:_bounce_90u0m_1 1s ease-in-out .33s infinite}._loaderBody_90u0m_1 ._jumpingDotsLoader_90u0m_13 span:nth-child(3){animation:_bounce_90u0m_1 1s ease-in-out .66s infinite}@keyframes _bounce_90u0m_1{0%,75%,to{transform:translateY(0)}25%{transform:translateY(-20px)}}.site-breadcrumb{margin:0 0 20px}.site-breadcrumb li{position:relative;color:#ff004f;font-size:12px;line-height:16px;padding-right:10px;margin-right:5px;margin-bottom:4px}@media only screen and (min-width: 640px){.site-breadcrumb li{font-size:14px}}.site-breadcrumb li a{opacity:1;color:#000}.site-breadcrumb li a:hover{color:#ff004f}.site-breadcrumb li:before{content:"/";position:absolute;top:0;bottom:0;right:0;margin:auto;color:#fff;opacity:.5}.site-breadcrumb li:last-child{padding-right:0;margin-right:0}.site-breadcrumb li:last-child:before{display:none}.site-breadcrumb li:before{color:#000;opacity:1}.react-select-menu .css-13cymwt-control,.react-select-menu .css-16xfy0z-control{background-color:transparent;border:none;border-bottom:1px solid #000;border-radius:0;font-size:16px;min-height:44px;cursor:pointer}.react-select-menu .css-13cymwt-control:hover,.react-select-menu .css-16xfy0z-control:hover{border-color:#000}@media only screen and (min-width: 640px){.react-select-menu .css-13cymwt-control,.react-select-menu .css-16xfy0z-control{min-height:44px;font-size:18px}}@media only screen and (min-width: 1200px){.react-select-menu .css-13cymwt-control,.react-select-menu .css-16xfy0z-control{font-size:20px}}.react-select-menu .css-16xfy0z-control{background-color:#f6f6f6}.react-select-menu .css-16xfy0z-control .css-894a34-indicatorSeparator{display:none}.react-select-menu .css-t3ipsp-control{background-color:transparent;border:none;border-bottom:1px solid #000;border-radius:0;box-shadow:none;font-size:16px;min-height:44px;cursor:pointer}@media only screen and (min-width: 640px){.react-select-menu .css-t3ipsp-control{min-height:44px;font-size:18px}}@media only screen and (min-width: 1200px){.react-select-menu .css-t3ipsp-control{font-size:20px}}.react-select-menu .css-t3ipsp-control:focus-within{border-color:#ff004f}.react-select-menu .css-t3ipsp-control:focus-within:hover{border-color:#ff004f}.react-select-menu .css-1fdsijx-ValueContainer{padding:0 10px 0 0}@media only screen and (min-width: 640px){.react-select-menu .css-1fdsijx-ValueContainer{padding:0 10px 0 0}}@media only screen and (min-width: 1441px){.react-select-menu .css-1fdsijx-ValueContainer{padding:0 10px 0 0}}.react-select-menu .css-t3ipsp-control:hover,.react-select-menu .css-t3ipsp-control:focus{border-color:#e6e6e6;background-color:transparent}.react-select-menu .css-t3ipsp-control:focus{border-color:#ff004f}.react-select-menu .css-1jqq78o-placeholder{font-size:16px;color:#242424;opacity:.5}@media only screen and (min-width: 640px){.react-select-menu .css-1jqq78o-placeholder{font-size:18px}}@media only screen and (min-width: 1200px){.react-select-menu .css-1jqq78o-placeholder{font-size:20px}}.react-select-menu .css-1dimb5e-singleValue{padding:3px 0}.react-select-menu .css-1dimb5e-singleValue,.react-select-menu .css-r7ikz2-option,.react-select-menu .css-rs8ahr-option,.react-select-menu .css-5zq1nl-option{font-size:16px;color:#000}@media only screen and (min-width: 640px){.react-select-menu .css-1dimb5e-singleValue,.react-select-menu .css-r7ikz2-option,.react-select-menu .css-rs8ahr-option,.react-select-menu .css-5zq1nl-option{font-size:18px}}@media only screen and (min-width: 1200px){.react-select-menu .css-1dimb5e-singleValue,.react-select-menu .css-r7ikz2-option,.react-select-menu .css-rs8ahr-option,.react-select-menu .css-5zq1nl-option{font-size:20px}}.react-select-menu .css-rs8ahr-option,.react-select-menu .css-r7ikz2-option,.react-select-menu .css-5zq1nl-option{padding:4px 10px 4px 0}.react-select-menu .css-rs8ahr-option:hover,.react-select-menu .css-r7ikz2-option:hover,.react-select-menu .css-5zq1nl-option:hover{color:#fff}@media only screen and (min-width: 640px){.react-select-menu .css-rs8ahr-option,.react-select-menu .css-r7ikz2-option,.react-select-menu .css-5zq1nl-option{padding:6px 16px 6px 0}}@media only screen and (min-width: 1441px){.react-select-menu .css-rs8ahr-option,.react-select-menu .css-r7ikz2-option,.react-select-menu .css-5zq1nl-option{padding:8px 20px 8px 0}}.react-select-menu .css-rs8ahr-option,.react-select-menu .css-5zq1nl-option{color:#fff}.react-select-menu .css-1u9des2-indicatorSeparator{display:none}.react-select-menu .css-art2ul-ValueContainer2,.react-select-menu .css-hlgwow{padding:2px 2px 2px 0}@media only screen and (min-width: 640px){.react-select-menu .css-art2ul-ValueContainer2,.react-select-menu .css-hlgwow{padding:2px 2px 2px 0}}@media only screen and (min-width: 1441px){.react-select-menu .css-art2ul-ValueContainer2,.react-select-menu .css-hlgwow{padding:2px 0}}.react-select-menu .css-1n6sfyn-MenuList{scrollbar-color:#FF004F #EAEAEA;scrollbar-width:thin}.react-select-menu .css-1n6sfyn-MenuList::-webkit-scrollbar{width:5px;height:5px}.react-select-menu .css-1n6sfyn-MenuList::-webkit-scrollbar-thumb{background-color:#242424}.react-select-menu .css-1n6sfyn-MenuList::-webkit-scrollbar-track{background-color:#eaeaea}.react-select-menu .css-qbdosj-Input{margin:0;padding-top:0;padding-bottom:0;font-size:14px}@media only screen and (min-width: 640px){.react-select-menu .css-qbdosj-Input{font-size:16px}}@media only screen and (min-width: 1600px){.react-select-menu .css-qbdosj-Input{font-size:22px}}.react-select-menu .css-166bipr-Input{padding:0;margin:0}.react-select-menu .css-15lsz6c-indicatorContainer{color:#ff004f}.react-select-menu .css-1nmdiq5-menu{z-index:2;overflow:hidden}.react-select-menu .css-1n6sfyn-MenuList,.react-select-menu .css-1n4zzjl-MenuList,.react-select-menu .css-1nmdiq5-menu,.react-select-menu .css-1kiduvf-MenuList,.react-select-menu .css-1jj59y3-MenuList2{border-radius:12px}.react-select-menu .css-1jj59y3-MenuList2{max-height:240px;overflow-y:auto;scrollbar-color:#FF004F #EAEAEA;scrollbar-width:thin}.react-select-menu .css-1jj59y3-MenuList2::-webkit-scrollbar{width:5px;height:5px}.react-select-menu .css-1jj59y3-MenuList2::-webkit-scrollbar-thumb{background-color:#242424}.react-select-menu .css-1jj59y3-MenuList2::-webkit-scrollbar-track{background-color:#eaeaea}.react-select-menu svg{width:auto;margin:0}.react-select-menu .css-19bb58m{margin:0;padding:0}.react-select-menu input{height:auto!important}@media (max-width: 767px){.filter-select{width:100%}}.filter-select .react-select-menu .css-13cymwt-control,.filter-select .react-select-menu .css-t3ipsp-control,.filter-select .react-select-menu .css-16xfy0z-control{width:182px;border-radius:5px;border:1px solid #b9b9b9}@media (max-width: 767px){.filter-select .react-select-menu .css-13cymwt-control,.filter-select .react-select-menu .css-t3ipsp-control,.filter-select .react-select-menu .css-16xfy0z-control{width:100%}}@media only screen and (min-width: 1441px){.filter-select .react-select-menu .css-13cymwt-control,.filter-select .react-select-menu .css-t3ipsp-control,.filter-select .react-select-menu .css-16xfy0z-control{height:50px}}.filter-select .react-select-menu .css-art2ul-ValueContainer2{padding:2px 10px}@media only screen and (min-width: 640px){.filter-select .react-select-menu .css-1dimb5e-singleValue,.filter-select .react-select-menu .css-r7ikz2-option,.filter-select .react-select-menu .css-rs8ahr-option,.filter-select .react-select-menu .css-5zq1nl-option,.filter-select .react-select-menu .css-1jqq78o-placeholder{font-size:16px}}.filter-select .react-select-menu .css-art2ul-ValueContainer2,.filter-select .react-select-menu .css-hlgwow{padding-left:14px}.css-125yowq-option[aria-disabled=true]{opacity:.5;pointer-events:none}.play-btn-group{margin-top:4px}.play-btn-group .play-btn{font-size:14px;list-style:1.3;font-weight:600;color:#ff004f}@media only screen and (min-width: 640px){.play-btn-group .play-btn{margin-left:10px}}.play-btn-group .play-btn i{display:none}.play-btn-group .play-btn .play{display:inline-block;width:10px;height:12px;border-top:6px solid transparent;border-left:10px solid #FF004F;border-bottom:6px solid transparent}.play-btn-group .play-btn.pdf-btn i{display:block}.play-btn-group .play-btn.pdf-btn .play{display:none}.my-account-wrapper .my-account-content .user-info{padding:20px;-moz-column-gap:20px;column-gap:20px;position:relative}@media only screen and (min-width: 1441px){.my-account-wrapper .my-account-content .user-info{-moz-column-gap:32px;column-gap:32px}}.my-account-wrapper .my-account-content .user-info .users-content{max-width:550px}@media only screen and (min-width: 1441px){.my-account-wrapper .my-account-content .user-info .users-content{max-width:660px}}.my-account-wrapper .my-account-content .user-info .users-content h3{font-size:22px;margin-bottom:12px}@media only screen and (min-width: 768px){.my-account-wrapper .my-account-content .user-info .users-content h3{font-size:24px}}@media only screen and (min-width: 1600px){.my-account-wrapper .my-account-content .user-info .users-content h3{margin-bottom:16px}}.my-account-wrapper .my-account-content .user-info .users-content .email,.my-account-wrapper .my-account-content .user-info .users-content p,.my-account-wrapper .my-account-content .user-info .users-content span{font-size:18px;line-height:22px;color:#585858;margin-bottom:12px}@media only screen and (min-width: 768px){.my-account-wrapper .my-account-content .user-info .users-content .email,.my-account-wrapper .my-account-content .user-info .users-content p,.my-account-wrapper .my-account-content .user-info .users-content span{font-size:20px;line-height:24px}}@media only screen and (min-width: 1600px){.my-account-wrapper .my-account-content .user-info .users-content .email,.my-account-wrapper .my-account-content .user-info .users-content p,.my-account-wrapper .my-account-content .user-info .users-content span{font-size:22px;line-height:26px;margin-bottom:16px}}.my-account-wrapper .my-account-content .user-info .users-content .birthdate{margin-bottom:12px}@media only screen and (min-width: 1600px){.my-account-wrapper .my-account-content .user-info .users-content .birthdate{margin-bottom:16px}}.my-account-wrapper .my-account-content .user-info .users-content .birthdate i{display:flex;align-items:center;justify-content:center;border-radius:50%;color:#ff004f;font-size:24px}.my-account-wrapper .my-account-content .user-info .users-content .birthdate span{margin-bottom:0;margin-left:10px}.my-account-wrapper .my-account-content .user-info .users-content .social-links{gap:16px}.my-account-wrapper .my-account-content .user-info .users-content .social-links li a{-moz-column-gap:5px;column-gap:5px}.my-account-wrapper .my-account-content .user-info .users-content .social-links li a:hover span{color:#ff004f}.my-account-wrapper .my-account-content .user-info .users-content .social-links li span{margin-bottom:0;line-height:initial;transition:.4s all}.my-account-wrapper .my-account-content .user-info .users-content .social-links li i{color:#ff004f;font-size:22px}@media only screen and (min-width: 1200px){.my-account-wrapper .my-account-content .user-info .users-content .social-links li i{font-size:24px}}.my-account-wrapper .my-account-content .user-info .account-edit-btn{position:absolute;right:20px;top:20px}.my-account-wrapper .common-content{padding:20px;position:relative}.my-account-wrapper .common-content .wrap-title{gap:10px;margin-bottom:15px}@media only screen and (min-width: 1200px){.my-account-wrapper .common-content .wrap-title{margin-bottom:20px}}.my-account-wrapper .common-content .wrap-title h3{margin-bottom:0}.my-account-wrapper .content-title{font-size:20px;line-height:24px}.my-account-wrapper .contact-admin .user-content-list li h4{color:#ff004f;font-weight:700}.my-account-wrapper .contact-admin .user-content-list li h4.email a{text-decoration:underline}.my-account-wrapper .account-edit-btn{padding:8px 10px;color:#ff004f;display:flex;align-items:center;border-color:#ff004f;-moz-column-gap:10px;column-gap:10px;font-size:16px;position:relative}@media only screen and (min-width: 640px){.my-account-wrapper .account-edit-btn{position:absolute;right:20px;top:20px}}@media only screen and (min-width: 1441px){.my-account-wrapper .account-edit-btn{padding:13px 10px;font-size:18px}}@media only screen and (min-width: 1600px){.my-account-wrapper .account-edit-btn{font-size:22px}}.my-account-wrapper .account-edit-btn i{font-size:16px}@media only screen and (min-width: 1200px){.my-account-wrapper .account-edit-btn i{font-size:18px}}@media only screen and (min-width: 1600px){.my-account-wrapper .account-edit-btn i{font-size:20px}}.my-account-wrapper .account-edit-btn:hover{color:#fff;background-color:#ff004f;border-color:#ff004f}.my-account-wrapper .account-edit-btn:hover i:before{color:#fff;transition:all .4s}.my-account{-moz-column-gap:20px;column-gap:20px}@media only screen and (min-width: 1600px){.my-account{-moz-column-gap:32px;column-gap:32px}}.my-account-sidebar{padding:20px;margin-bottom:0;border-radius:10px}@media only screen and (min-width: 768px){.my-account-sidebar{gap:20px}}@media only screen and (min-width: 1200px){.my-account-sidebar{min-width:230px;width:230px;display:block}}@media only screen and (min-width: 1600px){.my-account-sidebar{min-width:288px;width:288px}}.my-account-sidebar li{margin-bottom:8px}@media only screen and (min-width: 1200px){.my-account-sidebar li{margin-bottom:10px}}@media only screen and (min-width: 1441px){.my-account-sidebar li{margin-bottom:20px}}.my-account-sidebar li a{font-size:16px;font-weight:500;color:#000;padding:8px 12px;display:block;background-color:#f6f6f6;border-bottom:none;white-space:nowrap;text-transform:capitalize}@media only screen and (min-width: 768px){.my-account-sidebar li a{padding:10px 16px}}@media only screen and (min-width: 1441px){.my-account-sidebar li a{font-size:18px;padding:14px 16px}}.my-account-sidebar li a:hover,.my-account-sidebar li a.active{background-color:#ffe7ee;color:#ff004f}.my-account-sidebar li:last-child{margin-bottom:0}.my-account-sidebar li:last-child:last-child{margin-bottom:0}.dashboard-form-btn{padding:8px 10px;-moz-column-gap:10px;column-gap:10px;font-size:16px;min-width:120px}@media only screen and (min-width: 1440px){.dashboard-form-btn{padding:13px 10px;font-size:18px}}.account-title{margin-bottom:0;gap:10px}@media only screen and (min-width: 640px){.account-title{margin-bottom:20px}}.account-title h2{margin-bottom:0}.account-details{padding:20px;position:relative;border-radius:10px}@media only screen and (min-width: 1200px){.account-details{margin-top:0;padding:30px}}.account-details h2{font-size:18px;line-height:24px}@media only screen and (min-width: 640px){.account-details h2{font-size:20px}}@media only screen and (min-width: 1440px){.account-details .account-common-details{max-width:70%}}.account-details .user-profile .users-image{margin-bottom:0;position:relative}.account-details .user-profile .users-image .error-msg{white-space:nowrap}.account-details .user-profile .edit-profile{position:absolute;right:0;bottom:0;color:#fff;width:30px;height:30px;border-radius:0;background:#ff004f;overflow:hidden}@media only screen and (min-width: 768px){.account-details .user-profile .edit-profile{width:40px;height:40px}}.account-details .user-profile .edit-profile input{position:absolute;left:0;top:0;padding:0;width:100%;height:100%;cursor:pointer;opacity:0;z-index:1;border-radius:100%}.account-details .user-profile .edit-profile i{font-size:16px}@media only screen and (min-width: 768px){.account-details .user-profile .edit-profile i{font-size:20px}}.account-details .user-profile .edit-profile input[type=file]::-webkit-file-upload-button{cursor:pointer}.account-details .user-profile .edit-profile:hover{border-color:#ff004f;color:#fff}.account-details .user-profile .edit-profile:hover i{color:#fff}.account-details .user-profile .edit-profile .error-msg{white-space:nowrap}.account-details .dashboard-form-btn{margin-top:10px}@media only screen and (min-width: 1200px){.account-details .dashboard-form-btn{margin-top:0}}@media only screen and (min-width: 1441px){.account-details .dashboard-form-btn{min-width:162px}}.account-details .add-link-btn{border-color:#e6e6e6;color:#ff004f;padding:8px 10px}@media only screen and (min-width: 1200px){.account-details .add-link-btn{padding:15px 10px}}.account-details .add-link-btn:hover{color:#fff;border-color:#ff004f}.site-modal:before{content:"";position:fixed;top:0;left:0;bottom:0;width:100%;background:#000;opacity:0;transition:all .4s;z-index:-1}.site-modal.show{opacity:1;visibility:visible;transition:all .6s}.site-modal.show:before{opacity:.3;transition:all .6s}.site-modal.delete .modal-boday i{color:#ff004f}.site-modal.event-status-modal .modal-boday h2{margin-top:0}.site-modal.event-status-modal .modal-boday .event-form{text-align:start;margin-top:24px}.site-modal.successfully-modal .modal-boday img{max-width:40px;margin:auto}@media only screen and (min-width: 640px){.site-modal.successfully-modal .modal-boday img{max-width:60px}}@media only screen and (min-width: 768px){.site-modal.successfully-modal .modal-boday img{max-width:80px}}@media only screen and (min-width: 1024px){.site-modal.successfully-modal .modal-boday img{max-width:100px}}@media only screen and (min-width: 1441px){.site-modal.successfully-modal .modal-boday img{max-width:130px}}.site-modal.successfully-modal .modal-boday h2{margin-bottom:20px}.site-modal.successfully-modal .modal-boday p{max-width:508px;margin:0 auto}.site-modal.successfully-modal .modal-boday .modal-btn-group{margin-top:24px}@media only screen and (min-width: 640px){.site-modal.successfully-modal .modal-boday .modal-btn-group{margin-top:46px}}.site-modal .modal-boday{position:relative;width:100%;max-width:450px;margin:auto;background:#fff;padding:20px 16px;text-align:center;border-radius:12px}@media only screen and (min-width: 640px){.site-modal .modal-boday{padding:30px;border-radius:30px}}@media only screen and (min-width: 768px){.site-modal .modal-boday{padding:40px}}@media only screen and (min-width: 1441px){.site-modal .modal-boday{max-width:700px;padding:54px}}@media only screen and (min-width: 1200px){.site-modal .modal-boday .action-btn{padding-left:40px;padding-right:40px}}@media only screen and (min-width: 1441px){.site-modal .modal-boday .action-btn{padding-left:64px;padding-right:64px}}.site-modal .modal-boday i{font-size:40px;color:#ff004f}@media only screen and (min-width: 640px){.site-modal .modal-boday i{font-size:60px}}@media only screen and (min-width: 1441px){.site-modal .modal-boday i{font-size:80px}}.site-modal .modal-boday h2{font-size:20px;line-height:1.2;color:#000;margin-top:20px;margin-bottom:0}@media only screen and (min-width: 640px){.site-modal .modal-boday h2{font-size:22px;margin-top:24px}}@media only screen and (min-width: 1441px){.site-modal .modal-boday h2{font-size:30px;line-height:1.5;margin-top:30px}}.site-modal .modal-boday .modal-btn-group{gap:10px;margin-top:20px}@media only screen and (min-width: 640px){.site-modal .modal-boday .modal-btn-group{gap:20px;margin-top:24px}}@media only screen and (min-width: 1441px){.site-modal .modal-boday .modal-btn-group{margin-top:30px}}.site-modal .modal-boday .modal-btn-group .modal-btn{cursor:pointer}@media only screen and (min-width: 1200px){.site-modal .modal-boday .modal-btn-group .modal-btn{padding-left:40px;padding-right:40px}}@media only screen and (min-width: 1441px){.site-modal .modal-boday .modal-btn-group .modal-btn{padding-left:60px;padding-right:60px}}.site-modal .modal-boday .custom-close-btn{position:absolute;top:10px;right:10px;background:transparent;border-radius:50%;color:#ff004f;border:none;font-size:24px;cursor:pointer;transform:rotate(45deg)}.questions-modal .modal-boday{padding:40px;max-width:490px}.questions-modal .modal-boday .questions-modal-wrapper{text-align:left}.questions-modal .modal-boday .questions-modal-wrapper .text-link-theme-color{font-size:16px;line-height:1.25;color:#ff004f;text-decoration:none;border-bottom:1px solid #FF004F}.questions-modal .modal-boday .questions-modal-wrapper .uploadBoxSection{display:block;margin-top:30px}.questions-modal .modal-boday .questions-modal-wrapper .uploadBoxSection .label{display:block;width:100%;margin-bottom:17px}.questions-modal .modal-boday .questions-modal-wrapper .uploadBoxSection .uploadBoxwrap{width:100%;background-color:#eaf2ff;border:1px dashed #FF004F;border-radius:10px;padding:20px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;font-size:16px;line-height:1.3;cursor:pointer;transition:.3s all ease-in-out}.questions-modal .modal-boday .questions-modal-wrapper .uploadBoxSection .uploadBoxwrap i{width:100%;font-style:normal;font-size:20px}.questions-modal .modal-boday .questions-modal-wrapper .uploadBoxSection .uploadBoxwrap i b{color:#ff004f}.questions-modal .modal-boday .questions-modal-wrapper .uploadBoxSection input{width:0;height:0;font-size:0;line-height:0;opacity:0;visibility:hidden;padding:0;margin:0;border:none;position:absolute}.questions-modal .modal-boday .submit{margin-top:30px}.questions-modal .modal-boday .submit .solid-form-btn{padding:0 20px;font-size:20px;text-align:center;cursor:pointer}.question-image img{min-height:80px;max-height:200px;-o-object-fit:contain;object-fit:contain}.site-modal{position:fixed;top:0;bottom:0;left:0;width:100%;display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:20px;z-index:99;opacity:0;visibility:hidden;transition:all .6s}.site-modal .show{display:block}.site-modal .modal-bg-close{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080}.site-modal .modal-body{position:relative;margin:auto;background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a}.custom-close-btn{position:absolute;top:10px;right:10px;background:transparent;border-radius:50%;color:#ff004f;border:none;font-size:24px;cursor:pointer;transform:rotate(45deg)}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;-webkit-clip-path:circle(0);clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.cms-wrapper .my-account-content .user-info{padding:20px;-moz-column-gap:20px;column-gap:20px;position:relative}@media only screen and (min-width: 1441px){.cms-wrapper .my-account-content .user-info{-moz-column-gap:32px;column-gap:32px}}.cms-wrapper .my-account-content .user-info .users-content{max-width:550px}@media only screen and (min-width: 1441px){.cms-wrapper .my-account-content .user-info .users-content{max-width:660px}}.cms-wrapper .my-account-content .user-info .users-content h3{font-size:22px;margin-bottom:12px}@media only screen and (min-width: 768px){.cms-wrapper .my-account-content .user-info .users-content h3{font-size:24px}}@media only screen and (min-width: 1600px){.cms-wrapper .my-account-content .user-info .users-content h3{margin-bottom:16px}}.cms-wrapper .my-account-content .user-info .users-content .email,.cms-wrapper .my-account-content .user-info .users-content p,.cms-wrapper .my-account-content .user-info .users-content span{font-size:18px;line-height:22px;color:#585858;margin-bottom:12px}@media only screen and (min-width: 768px){.cms-wrapper .my-account-content .user-info .users-content .email,.cms-wrapper .my-account-content .user-info .users-content p,.cms-wrapper .my-account-content .user-info .users-content span{font-size:20px;line-height:24px}}@media only screen and (min-width: 1600px){.cms-wrapper .my-account-content .user-info .users-content .email,.cms-wrapper .my-account-content .user-info .users-content p,.cms-wrapper .my-account-content .user-info .users-content span{font-size:22px;line-height:26px;margin-bottom:16px}}.cms-wrapper .my-account-content .user-info .users-content .birthdate{margin-bottom:12px}@media only screen and (min-width: 1600px){.cms-wrapper .my-account-content .user-info .users-content .birthdate{margin-bottom:16px}}.cms-wrapper .my-account-content .user-info .users-content .birthdate i{display:flex;align-items:center;justify-content:center;border-radius:50%;color:#ff004f;font-size:24px}.cms-wrapper .my-account-content .user-info .users-content .birthdate span{margin-bottom:0;margin-left:10px}.cms-wrapper .my-account-content .user-info .users-content .social-links{gap:16px}.cms-wrapper .my-account-content .user-info .users-content .social-links li a{-moz-column-gap:5px;column-gap:5px}.cms-wrapper .my-account-content .user-info .users-content .social-links li a:hover span{color:#ff004f}.cms-wrapper .my-account-content .user-info .users-content .social-links li span{margin-bottom:0;line-height:initial;transition:.4s all}.cms-wrapper .my-account-content .user-info .users-content .social-links li i{color:#ff004f;font-size:22px}@media only screen and (min-width: 1200px){.cms-wrapper .my-account-content .user-info .users-content .social-links li i{font-size:24px}}.cms-wrapper .my-account-content .user-info .account-edit-btn{position:absolute;right:20px;top:20px}.cms-wrapper .common-content{padding:20px;position:relative}.cms-wrapper .common-content .wrap-title{gap:10px;margin-bottom:15px}@media only screen and (min-width: 1200px){.cms-wrapper .common-content .wrap-title{margin-bottom:20px}}.cms-wrapper .common-content .wrap-title h3{margin-bottom:0}.cms-wrapper .content-title{font-size:20px;line-height:24px}.cms-wrapper .contact-admin .user-content-list li h4{color:#ff004f;font-weight:700}.cms-wrapper .contact-admin .user-content-list li h4.email a{text-decoration:underline}.cms-wrapper .account-edit-btn{padding:8px 10px;color:#ff004f;display:flex;align-items:center;border-color:#ff004f;-moz-column-gap:10px;column-gap:10px;font-size:16px;position:relative}@media only screen and (min-width: 640px){.cms-wrapper .account-edit-btn{position:absolute;right:20px;top:20px}}@media only screen and (min-width: 1441px){.cms-wrapper .account-edit-btn{padding:13px 10px;font-size:18px}}@media only screen and (min-width: 1600px){.cms-wrapper .account-edit-btn{font-size:22px}}.cms-wrapper .account-edit-btn i{font-size:16px}@media only screen and (min-width: 1200px){.cms-wrapper .account-edit-btn i{font-size:18px}}@media only screen and (min-width: 1600px){.cms-wrapper .account-edit-btn i{font-size:20px}}.cms-wrapper .account-edit-btn:hover{color:#fff;background-color:#ff004f;border-color:#ff004f}.cms-wrapper .account-edit-btn:hover i:before{color:#fff;transition:all .4s}.cms-inner{-moz-column-gap:20px;column-gap:20px}@media only screen and (min-width: 1600px){.cms-inner{-moz-column-gap:32px;column-gap:32px}}.cms-sidebar{padding:20px;margin-bottom:0;border-radius:10px}@media only screen and (min-width: 768px){.cms-sidebar{gap:20px}}@media only screen and (min-width: 1200px){.cms-sidebar{min-width:260px;width:260px;display:block}}@media only screen and (min-width: 1600px){.cms-sidebar{min-width:288px;width:288px}}.cms-sidebar li{margin-bottom:8px}@media only screen and (min-width: 1200px){.cms-sidebar li{margin-bottom:10px}}@media only screen and (min-width: 1441px){.cms-sidebar li{margin-bottom:20px}}.cms-sidebar li a{font-size:14px;font-weight:500;color:#000;padding:8px 12px;border-radius:5px;display:block;background-color:#f6f6f6;border-bottom:none;white-space:nowrap;text-transform:capitalize}@media only screen and (min-width: 768px){.cms-sidebar li a{padding:10px 16px}}@media only screen and (min-width: 1441px){.cms-sidebar li a{font-size:18px;padding:14px 16px}}.cms-sidebar li a:hover,.cms-sidebar li a.active{background-color:#ff004f;color:#fff}.cms-sidebar li:last-child{margin-bottom:0}.cms-sidebar li:last-child:last-child{margin-bottom:0}.cms-details{padding:20px;position:relative;border-radius:10px}@media only screen and (min-width: 1200px){.cms-details{margin-top:0}}@media only screen and (min-width: 1440px){.cms-details{padding:30px}}.cms-details .protected-head h2{font-size:18px;line-height:24px}@media only screen and (min-width: 640px){.cms-details .protected-head h2{font-size:20px}}.cms-details ol,.cms-details ul{list-style:inherit;padding-left:20px}.cms-details li{margin-bottom:14px}@media only screen and (min-width: 1024px){.cms-details li{margin-bottom:20px}}.cms-details li:last-child{margin-bottom:0}.cms-details p,.cms-details li{font-size:16px}@media only screen and (min-width: 1400px){.cms-details p,.cms-details li{font-size:18px}}.cms-details a{text-decoration:underline}.cms-details h1{font-size:28px;line-height:1.2}@media only screen and (min-width: 768px){.cms-details h1{font-size:34px}}@media only screen and (min-width: 1200px){.cms-details h1{font-size:36px}}@media only screen and (min-width: 1400px){.cms-details h1{font-size:48px;line-height:1.3}}.cms-details h2{font-size:24px;line-height:1.2}@media only screen and (min-width: 768px){.cms-details h2{font-size:28px}}@media only screen and (min-width: 1200px){.cms-details h2{font-size:32px}}@media only screen and (min-width: 1400px){.cms-details h2{font-size:38px;line-height:1.3}}.cms-details h3{font-size:22px}@media only screen and (min-width: 1200px){.cms-details h3{font-size:26px}}@media only screen and (min-width: 1400px){.cms-details h3{font-size:30px}}@media only screen and (min-width: 1440px){.cms-details .account-common-details{max-width:70%}}.cms-details .user-profile .users-image{margin-bottom:0;position:relative}.cms-details .user-profile .edit-profile{position:absolute;right:0;bottom:0;color:#fff;width:30px;height:30px;border-radius:100%;background:#ff004f;overflow:hidden}@media only screen and (min-width: 768px){.cms-details .user-profile .edit-profile{width:40px;height:40px}}@media only screen and (min-width: 1600px){.cms-details .user-profile .edit-profile{width:50px;height:50px}}.cms-details .user-profile .edit-profile input{position:absolute;left:0;top:0;padding:0;width:100%;height:100%;cursor:pointer;opacity:0;z-index:1;border-radius:100%}.cms-details .user-profile .edit-profile i{font-size:16px}@media only screen and (min-width: 768px){.cms-details .user-profile .edit-profile i{font-size:20px}}@media only screen and (min-width: 1200px){.cms-details .user-profile .edit-profile i{font-size:24px}}.cms-details .user-profile .edit-profile input[type=file]::-webkit-file-upload-button{cursor:pointer}.cms-details .user-profile .edit-profile:hover{border-color:#ff004f;color:#fff}.cms-details .user-profile .edit-profile:hover i{color:#fff}.cms-details .dashboard-form-btn{margin-top:10px}@media only screen and (min-width: 1200px){.cms-details .dashboard-form-btn{margin-top:0}}@media only screen and (min-width: 1441px){.cms-details .dashboard-form-btn{min-width:162px}}.cms-details .add-link-btn{border-color:#e6e6e6;color:#ff004f;padding:8px 10px}@media only screen and (min-width: 1200px){.cms-details .add-link-btn{padding:15px 10px}}.cms-details .add-link-btn:hover{color:#fff;border-color:#ff004f}.cms-details .input-group{margin-bottom:20px}@media only screen and (min-width: 1200px){.cms-details .input-group{margin-bottom:30px}}.cms-details .input-group>label{font-size:16px;line-height:1.2;font-weight:600;display:block;color:#000;margin-bottom:10px}.site-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.site-modal.show{opacity:1;visibility:visible}.modal-body{background:#fff;padding:20px;border-radius:8px;width:500px;box-shadow:0 4px 6px #0000001a;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-header{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:20px}.modal-title{font-size:1.5rem;font-weight:700;padding:10px;margin-bottom:0}.close-btn{cursor:pointer;font-size:1.5rem;transition:transform .2s ease;color:#ff004f}.modal-content{display:flex;flex-direction:column;align-items:center}.input-group{width:100%;margin-bottom:20px}.solid-btn{background-color:#ff004f;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.solid-btn:hover{background-color:#000}.error-text{color:red;margin-top:5px}.university-modal-btn-group{display:flex;gap:10px;margin-top:0}@media only screen and (min-width: 640px){.university-modal-btn-group{gap:20px;margin-top:24px}}@media only screen and (min-width: 1441px){.university-modal-btn-group{margin-top:10px}}.university-modal-btn-group .modal-btn{cursor:pointer}@media only screen and (min-width: 1200px){.university-modal-btn-group .modal-btn{padding-left:40px;padding-right:40px}}@media only screen and (min-width: 1441px){.university-modal-btn-group .modal-btn{padding-left:60px;padding-right:60px}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media (min-width: 1200px){.container{max-width:1200px}}@media (min-width: 1400px){.container{max-width:1400px}}@media (min-width: 1600px){.container{max-width:1600px}}.absolute{position:absolute}.relative{position:relative}.bottom-0{bottom:0}.right-2{right:.5rem}.top-0{top:0}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-4{margin-bottom:1rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-20{height:5rem}.h-60{height:15rem}.h-64{height:16rem}.h-72{height:18rem}.h-96{height:24rem}.h-full{height:100%}.w-1\/3{width:33.333333%}.w-16{width:4rem}.w-20{width:5rem}.w-60{width:15rem}.w-96{width:24rem}.w-full{width:100%}.max-w-44{max-width:11rem}.max-w-xs{max-width:20rem}.flex-shrink-0{flex-shrink:0}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}.gap-y-2{row-gap:.5rem}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-300{--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@font-face{font-family:Urbanist;src:url(/admin-secretssm/assets/Urbanist-Regular-EeVNBrOL.eot);src:url(/admin-secretssm/assets/Urbanist-Regular-EeVNBrOL.eot?#iefix) format("embedded-opentype"),url(/admin-secretssm/assets/Urbanist-Regular-BFDzyXil.woff2) format("woff2"),url(/admin-secretssm/assets/Urbanist-Regular-DdoEl7Jn.woff) format("woff"),url(/admin-secretssm/assets/Urbanist-Regular-QH5DvUu4.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Urbanist;src:url(/admin-secretssm/assets/Urbanist-Light-Vl24QOnk.eot);src:url(/admin-secretssm/assets/Urbanist-Light-Vl24QOnk.eot?#iefix) format("embedded-opentype"),url(/admin-secretssm/assets/Urbanist-Light-XECntWu_.woff2) format("woff2"),url(/admin-secretssm/assets/Urbanist-Light-UqfmQU5O.woff) format("woff"),url(/admin-secretssm/assets/Urbanist-Light-Sg4FvTV2.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Urbanist;src:url(/admin-secretssm/assets/Urbanist-Medium-GAR2QsM8.eot);src:url(/admin-secretssm/assets/Urbanist-Medium-GAR2QsM8.eot?#iefix) format("embedded-opentype"),url(/admin-secretssm/assets/Urbanist-Medium-F_h5uCgV.woff2) format("woff2"),url(/admin-secretssm/assets/Urbanist-Medium-i1ZdzlaU.woff) format("woff"),url(/admin-secretssm/assets/Urbanist-Medium-Q9l29oVl.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Urbanist;src:url(/admin-secretssm/assets/Urbanist-SemiBold-0by3bplO.eot);src:url(/admin-secretssm/assets/Urbanist-SemiBold-0by3bplO.eot?#iefix) format("embedded-opentype"),url(/admin-secretssm/assets/Urbanist-SemiBold-RFA6ia7i.woff2) format("woff2"),url(/admin-secretssm/assets/Urbanist-SemiBold-K-OQBYZK.woff) format("woff"),url(/admin-secretssm/assets/Urbanist-SemiBold-1AoKH5d5.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Urbanist;src:url(/admin-secretssm/assets/Urbanist-Bold-Bq82W_Z2.eot);src:url(/admin-secretssm/assets/Urbanist-Bold-Bq82W_Z2.eot?#iefix) format("embedded-opentype"),url(/admin-secretssm/assets/Urbanist-Bold-7bcJhF12.woff2) format("woff2"),url(/admin-secretssm/assets/Urbanist-Bold-Dd3l5D-T.woff) format("woff"),url(/admin-secretssm/assets/Urbanist-Bold-JiJohbSD.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:focus-visible{outline:none}*,:before,:after{box-sizing:border-box}::-moz-selection{background:#ffe7ee}::selection{background:#ffe7ee}@media only screen and (min-width: 640px){html{scrollbar-color:#242424 #EAEAEA;scrollbar-width:thin}}body{font-size:14px;line-height:1.5;font-weight:400;font-family:Urbanist;margin:0;padding:0;color:#000}@media only screen and (min-width: 640px){body{font-size:16px;scrollbar-color:#b9b9b9 #F5F5F5;scrollbar-width:thin}body::-webkit-scrollbar{width:6px;height:6px}body::-webkit-scrollbar-thumb{background-color:#b9b9b9}body::-webkit-scrollbar-track{background-color:#f5f5f5}}body.open-menu{overflow:hidden;transition:all .4s}@media only screen and (min-width: 768px){body.open-menu{overflow:auto}}body.open-modal{overflow:hidden}.data-not-found{font-size:16px;line-height:1.5;font-weight:600;text-transform:inherit;text-align:center;border:1px dashed #FF004F;background:#ffe7ee;width:100%;padding:16px;margin:0;border-radius:5px}.data-not-found i{font-size:16px;margin-bottom:8px}@media only screen and (min-width: 1441px){.data-not-found i,.data-not-found{font-size:18px}}.page-load .loader{display:flex;flex-direction:column;align-items:center}.page-load .loader-circle{width:40px;height:40px}@media only screen and (min-width: 640px){.page-load .loader-circle{width:60px;height:60px}}.page-load .loader-circle:before{content:"";display:block;width:40px;height:40px;border-radius:50%;border:4px solid #FF004F;border-color:#FF004F transparent #FF004F transparent;animation:loader 1.2s linear infinite}@media only screen and (min-width: 640px){.page-load .loader-circle:before{width:60px;height:60px;border:6px solid #FF004F;border-color:#FF004F transparent #FF004F transparent}}.page-load .loader-text{color:#ff004f;font-size:20px;line-height:1.5;font-weight:700;margin-top:16px;letter-spacing:.06em;text-transform:capitalize}@media only screen and (min-width: 640px){.page-load .loader-text{font-size:24px;margin-top:24px}}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}h1,.h1{font-size:28px;line-height:1.3}@media only screen and (min-width: 640px){h1,.h1{font-size:30px}}@media only screen and (min-width: 768px){h1,.h1{font-size:32px}}@media screen and (min-width: 1200px) and (max-width: 1439px),(min-width: 1440px){h1,.h1{font-size:36px;line-height:50px}}@media only screen and (min-width: 1600px){h1,.h1{font-size:60px;line-height:70px}}h2,.h2{font-size:22px;line-height:1.2}@media only screen and (min-width: 640px){h2,.h2{font-size:24px;line-height:1.3}}@media only screen and (min-width: 768px){h2,.h2{font-size:26px}}@media screen and (min-width: 1200px) and (max-width: 1439px),(min-width: 1440px){h2,.h2{font-size:30px;line-height:42px}}@media only screen and (min-width: 1600px){h2,.h2{font-size:44px;line-height:48px}}h3,.h3{font-size:20px;line-height:1.2}@media only screen and (min-width: 640px){h3,.h3{font-size:22px;line-height:1.3}}@media only screen and (min-width: 768px){h3,.h3{font-size:24px}}@media screen and (min-width: 1200px) and (max-width: 1439px),(min-width: 1440px){h3,.h3{font-size:26px}}@media only screen and (min-width: 1600px){h3,.h3{font-size:34px;line-height:38px}}h4,.h4{font-size:18px;line-height:1.2}@media screen and (min-width: 1200px) and (max-width: 1439px),(min-width: 1440px){h4,.h4{font-size:20px}}@media only screen and (min-width: 1600px){h4,.h4{font-size:22px;line-height:1.3}}h5,.h5{font-size:16px;line-height:1.3}@media only screen and (min-width: 1200px){h5,.h5{font-size:18px;line-height:22px}}.h-50{font-size:22px;line-height:1.2;text-transform:lowercase}@media only screen and (min-width: 640px){.h-50{font-size:24px;line-height:1.3}}@media only screen and (min-width: 768px){.h-50{font-size:26px}}@media screen and (min-width: 1200px) and (max-width: 1439px),(min-width: 1440px){.h-50{font-size:28px;line-height:50px}}@media only screen and (min-width: 1600px){.h-50{font-size:50px;line-height:54px}}p,li{font-size:14px;line-height:1.3;color:#242424}@media only screen and (min-width: 640px){p,li{font-size:16px;line-height:1.4}}@media only screen and (min-width: 1441px){p,li{font-size:24px}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{font-weight:600}h1,h2,h3,h4,h5,h6,p,ul,ol{margin-bottom:14px}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child,ul:last-child,ol:last-child{margin:0}@media only screen and (min-width: 1024px){h1,h2,h3,h4,h5,h6,p,ul,ol{margin-bottom:20px}}a{color:#242424;text-decoration:none;transition:all .4s}a:hover,a:active{color:#ff004f}a,button,a:hover,button:hover{transition:all .4s}a,span{display:inline-block}b,strong{font-weight:600}input,select,textarea,button{font-family:Urbanist}textarea{display:block}input,select,textarea{font-size:16px;color:#000;background-color:transparent;padding:0;border:none;border-bottom:1px solid #000;border-radius:0;width:100%}@media only screen and (min-width: 640px){input,select,textarea{font-size:18px;padding:0 0 6px}}@media only screen and (min-width: 768px){input,select,textarea{padding:0 0 14px}}@media only screen and (min-width: 1200px){input,select,textarea{font-size:20px}}@media only screen and (min-width: 1441px){input,select,textarea{font-size:24px}}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-size:16px;color:#242424;opacity:.5}input::placeholder,select::placeholder,textarea::placeholder{font-size:16px;color:#242424;opacity:.5}@media only screen and (min-width: 640px){input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-size:18px}input::placeholder,select::placeholder,textarea::placeholder{font-size:18px}}@media only screen and (min-width: 1200px){input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-size:20px}input::placeholder,select::placeholder,textarea::placeholder{font-size:20px}}@media only screen and (min-width: 1441px){input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{font-size:24px}input::placeholder,select::placeholder,textarea::placeholder{font-size:24px}}input:focus,select:focus,textarea:focus{border-color:#ff004f}input:-webkit-autofill,textarea:-webkit-autofill{-webkit-background-clip:text;-webkit-text-fill-color:#000;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input,select{height:40px}@media only screen and (min-width: 640px){input,select{height:44px}}textarea{resize:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;height:12px;width:12px;border-radius:50em;background:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_798_2)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.1968%2012.1161L24.1151%203.19777L21.0335%200.116211L12.1152%209.03455L3.1969%200.116211L0.115329%203.19777L9.03368%2012.1161L0.115234%2021.0346L3.1968%2024.1161L12.1152%2015.1977L21.0336%2024.1161L24.1152%2021.0346L15.1968%2012.1161Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_798_2'%3e%3crect%20width='25'%20height='25'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") no-repeat 50% 50%;background-size:contain;cursor:pointer}@media only screen and (min-width: 1441px){input[type=search]::-webkit-search-cancel-button{height:16px;width:16px}}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=checkbox]{width:24px;height:24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #888;border-radius:5px;padding:0;cursor:pointer}input[type=checkbox]:checked{border-color:#ff004f;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='24'%20height='24'%20rx='4'%20fill='%23FF004F'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.6928%207.24902C18.0784%207.60257%2018.1046%208.20185%2017.751%208.58754L10.8037%2016.1665C10.629%2016.357%2010.3842%2016.4679%2010.1258%2016.4734C9.86753%2016.4791%209.61806%2016.3789%209.43537%2016.1962L6.27747%2013.0383C5.90751%2012.6683%205.90751%2012.0685%206.27747%2011.6986C6.64744%2011.3286%207.24729%2011.3286%207.61725%2011.6986L10.0754%2014.1568L16.3542%207.30722C16.7078%206.92152%2017.3071%206.89546%2017.6928%207.24902Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center;background-size:contain}.error-msg{position:absolute;top:calc(100% + 4px);font-size:12px;line-height:1.5;color:#f96e66;display:block}@media only screen and (min-width: 640px){.error-msg{font-size:14px}}.input-group{margin-bottom:20px;position:relative}@media only screen and (min-width: 640px){.input-group{margin-bottom:30px}}@media only screen and (min-width: 1441px){.input-group{margin-bottom:40px}}.input-group:last-child{margin-bottom:0}.input-group.password-group{position:relative}.input-group.password-group input{padding-right:28px}@media only screen and (min-width: 640px){.input-group.password-group input{padding-right:32px}}.input-group.password-group input[type=password]:not(:-moz-placeholder-shown){font:small-caption;font-size:30px}.input-group.password-group input[type=password]:not(:placeholder-shown){font:small-caption;font-size:30px}.input-group.password-group .eye-btn{position:absolute;right:0;bottom:10px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media only screen and (min-width: 640px){.input-group.password-group .eye-btn{bottom:14px}}.input-group.password-group .eye-btn i{font-size:18px;line-height:1;vertical-align:middle}@media only screen and (min-width: 640px){.input-group.password-group .eye-btn i{font-size:22px}}.input-group.password-group .eye-btn i.icon-eyeshow{font-size:16px}@media only screen and (min-width: 640px){.input-group.password-group .eye-btn i.icon-eyeshow{font-size:20px}}.input-group label{display:block;margin-bottom:4px}.row-input-group .input-group:last-child{margin-bottom:20px}@media only screen and (min-width: 640px){.row-input-group .input-group:last-child{margin-bottom:30px}}@media only screen and (min-width: 1441px){.row-input-group .input-group:last-child{margin-bottom:40px}}.forgot-link-wrapper{margin-top:-10px;margin-bottom:20px}@media only screen and (min-width: 640px){.forgot-link-wrapper{margin-bottom:30px}}@media only screen and (min-width: 1441px){.forgot-link-wrapper{margin-bottom:40px}}.forgot-link-wrapper:last-child{margin:0}.forgot-link-wrapper .link,.forgot-link-wrapper .text{font-size:16px;line-height:24px;color:#242424}@media only screen and (min-width: 640px){.forgot-link-wrapper .link,.forgot-link-wrapper .text{font-size:18px}}@media only screen and (min-width: 1441px){.forgot-link-wrapper .link,.forgot-link-wrapper .text{font-size:20px}}.forgot-link-wrapper .link:hover{color:#ff004f}.react-datepicker-wrapper{display:block}.react-datepicker-wrapper .date-btn{font-size:16px;color:#000;background-color:transparent;padding:0;padding-left:34px!important;border:none;border-bottom:1px solid #000;border-radius:0;width:100%;text-align:start;position:relative}.react-datepicker-wrapper .date-btn:before{content:"";position:absolute;top:-12px;bottom:0;margin:auto;left:0;background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.4995%202.99973H17.2495V2.24973C17.2495%202.05081%2017.1704%201.86005%2017.0298%201.7194C16.8891%201.57874%2016.6984%201.49973%2016.4995%201.49973C16.3005%201.49973%2016.1098%201.57874%2015.9691%201.7194C15.8285%201.86005%2015.7495%202.05081%2015.7495%202.24973V2.99973H8.24945V2.24973C8.24945%202.05081%208.17043%201.86005%208.02978%201.7194C7.88913%201.57874%207.69836%201.49973%207.49945%201.49973C7.30054%201.49973%207.10977%201.57874%206.96912%201.7194C6.82847%201.86005%206.74945%202.05081%206.74945%202.24973V2.99973H4.49945C4.10175%203.00012%203.72044%203.15828%203.43922%203.4395C3.158%203.72072%202.99984%204.10202%202.99945%204.49973V19.4997C2.99984%2019.8974%203.158%2020.2787%203.43922%2020.56C3.72044%2020.8412%204.10175%2020.9993%204.49945%2020.9997H19.4995C19.8972%2020.9993%2020.2785%2020.8412%2020.5597%2020.56C20.8409%2020.2787%2020.9991%2019.8974%2020.9995%2019.4997V4.49973C20.9991%204.10202%2020.8409%203.72072%2020.5597%203.4395C20.2785%203.15828%2019.8972%203.00012%2019.4995%202.99973ZM19.4995%207.49973H4.49945V4.49973H6.74945V5.24973C6.74945%205.44864%206.82847%205.6394%206.96912%205.78006C7.10977%205.92071%207.30054%205.99973%207.49945%205.99973C7.69836%205.99973%207.88913%205.92071%208.02978%205.78006C8.17043%205.6394%208.24945%205.44864%208.24945%205.24973V4.49973H15.7495V5.24973C15.7495%205.44864%2015.8285%205.6394%2015.9691%205.78006C16.1098%205.92071%2016.3005%205.99973%2016.4995%205.99973C16.6984%205.99973%2016.8891%205.92071%2017.0298%205.78006C17.1704%205.6394%2017.2495%205.44864%2017.2495%205.24973V4.49973H19.4995V7.49973Z'%20fill='%23FF004F'/%3e%3c/svg%3e") no-repeat center;background-size:contain;width:24px;height:24px}@media only screen and (min-width: 640px){.react-datepicker-wrapper .date-btn{font-size:18px;padding:0 0 6px}}@media only screen and (min-width: 768px){.react-datepicker-wrapper .date-btn{padding:0 0 14px}}@media only screen and (min-width: 1200px){.react-datepicker-wrapper .date-btn{font-size:20px}}.react-datepicker-wrapper .react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:0;top:50%;transform:translateY(-50%);display:none}.react-datepicker__header{background-color:#f8f6f4;border-color:#e6e6e6}.react-datepicker{border-color:#e6e6e6}.react-datepicker__year-wrapper{max-width:200px;width:100%}.react-datepicker__year-wrapper .react-datepicker__year-text{font-size:12px;padding:6px 10px;margin:0;width:50%;color:#2d2d2d}.react-datepicker__year-wrapper .react-datepicker__year-text:hover,.react-datepicker__year-wrapper .react-datepicker__year-text.react-datepicker__year-text--selected{background-color:#ff004f;color:#fff}.react-datepicker__year-wrapper .react-datepicker__year-text.react-datepicker__year-text--today{font-weight:800}.react-datepicker-popper .react-datepicker__triangle{stroke:transparent}.tab-list{display:flex;align-items:center;justify-content:flex-start;gap:16px}@media only screen and (max-width: 480px){.tab-list{flex-direction:column}}.tab-list .tab-btn{font-size:14px;line-height:1;border-radius:5px;font-weight:500;padding:8px 16px;background-color:transparent;color:#ff004f;border:1px solid #FF004F}.tab-list .tab-btn:hover,.tab-list .tab-btn.active{background-color:#ff004f;color:#fff}@media only screen and (min-width: 640px){.tab-list .tab-btn{font-size:14px;padding:10px 20px;width:auto;height:44px;gap:8px}}@media only screen and (min-width: 1200px){.tab-list .tab-btn{min-width:110px}}@media only screen and (min-width: 1441px){.tab-list .tab-btn{font-size:16px;padding:14px 22px;gap:10px;height:50px;min-width:130px}}.custom-list li{position:relative;padding-left:10px;margin-bottom:6px!important}.custom-list li:last-child{margin:0!important}.custom-list li:before{content:"";position:absolute;top:8px;left:0;width:6px;height:6px;border-radius:100%;background-color:#2d2d2d}.solid-btn,.border-btn{font-size:16px;line-height:1;font-weight:600;padding:13px 28px;border-radius:15px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:8px;transition:all .4s}@media only screen and (min-width: 640px){.solid-btn,.border-btn{font-size:18px;gap:10px}}@media only screen and (min-width: 1441px){.solid-btn,.border-btn{padding:18px 30px}}.solid-btn:hover,.border-btn:hover{transition:all .4s}.solid-btn{color:#fff;background-color:#ff004f;border-color:#ff004f}.solid-btn:hover{color:#fff;background-color:#000;border-color:#000}.border-btn{border-color:#000;color:#000;background-color:transparent}.border-btn:hover{color:#fff;background-color:#000;border-color:#000}.btn-loader{width:16px;height:16px;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;vertical-align:middle}@media only screen and (min-width: 640px){.btn-loader{width:18px;height:18px;border-bottom-color:transparent}}@media only screen and (min-width: 1441px){.btn-loader{width:24px;height:24px}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mb-32{margin-bottom:24px}@media only screen and (min-width: 1200px){.mb-32{margin-bottom:32px}}.mt-32{margin-top:24px}@media only screen and (min-width: 1200px){.mt-32{margin-top:32px}}.swal2-container .swal2-actions,.swal2-container div:where(.swal2-container) div:where(.swal2-actions){margin:16px auto 0}@media only screen and (min-width: 640px){.swal2-container .swal2-actions,.swal2-container div:where(.swal2-container) div:where(.swal2-actions){margin:24px auto 0}}.swal2-container .swal2-actions button,.swal2-container div:where(.swal2-container) div:where(.swal2-actions) button{font-size:16px;line-height:1;font-weight:600;color:#fff;background:#ff004f;border:1px solid #FF004F;margin:0 30px;padding:10px 26px;box-shadow:none!important;transition:all .4s;background-image:none!important}@media only screen and (min-width: 640px){.swal2-container .swal2-actions button,.swal2-container div:where(.swal2-container) div:where(.swal2-actions) button{font-size:18px;padding:14px 40px}}.swal2-container .swal2-actions button:hover,.swal2-container div:where(.swal2-container) div:where(.swal2-actions) button:hover{color:#ff004f;background:transparent;transition:all .4s}.swal2-container div:where(.swal2-icon){margin-top:0;margin-bottom:16px}@media only screen and (min-width: 640px){.swal2-container div:where(.swal2-icon){margin-bottom:24px}}.swal2-container div:where(.swal2-container) .swal2-html-container,.swal2-container .swal2-html-container{font-size:18px;line-height:1.3;color:#2d2d2d;letter-spacing:.04em}@media only screen and (min-width: 640px){.swal2-container div:where(.swal2-container) .swal2-html-container,.swal2-container .swal2-html-container{font-size:22px}}.swal2-container .swal2-html-container{margin:0}.swal2-container .swal2-show{padding:24px;max-width:525px;width:100%;border-radius:30px}@media only screen and (min-width: 640px){.swal2-container .swal2-show{padding:40px 30px}}.upload-group input[type=file]{display:none}.upload-group .upload-label{width:150px;height:150px;background:#ffe7ee;border:1px dashed #FF004F;padding:20px;cursor:pointer;text-align:center;display:flex}.upload-group .upload-label i,.upload-group .upload-label .title,.upload-group .upload-label .text{color:#000}.upload-group .upload-label i{font-size:28px}@media only screen and (min-width: 640px){.upload-group .upload-label i{font-size:34px}}.upload-group .upload-label .title{font-size:16px;line-height:1.3;font-weight:600;margin:10px 0 0}@media only screen and (min-width: 640px){.upload-group .upload-label .title{font-size:18px;margin:16px 0 0}}.upload-group .upload-label .text{font-size:14px;line-height:1.3;font-weight:400;margin:10px 0 0;line-break:anywhere;overflow-wrap:break-word}@media only screen and (min-width: 640px){.upload-group .upload-label .text{margin:16px 0 0}}.pdf-box{display:flex;align-items:center;gap:30px}.pdf-box .preview-pdf-viewer{height:150px;width:150px;border:2px dotted #d9d9d9;display:flex;justify-content:center;align-items:center;position:relative}.pdf-box .preview-pdf-viewer i{position:absolute;top:-15px;right:-15px;background:#efefef;border-radius:50%;height:30px;width:30px;display:flex;justify-content:center;align-items:center;transform:rotate(45deg);cursor:pointer;transition:all .3s ease}.pdf-box .preview-pdf-viewer i:hover{background:#000;color:#fff}.pdf-wrapper iframe{width:100%;height:400px}@media only screen and (min-width: 640px){.pdf-wrapper iframe{height:600px}}@media only screen and (min-width: 1200px){.pdf-wrapper iframe{height:800px}}.video-player-wrapper>div{width:100%!important;height:250px!important}@media only screen and (min-width: 480px){.video-player-wrapper>div{height:350px!important}}@media only screen and (min-width: 640px){.video-player-wrapper>div{height:400px!important}}@media only screen and (min-width: 768px){.video-player-wrapper>div{height:500px!important}}@media only screen and (min-width: 1200px){.video-player-wrapper>div{height:600px!important}}.video-player-wrapper .lesson-video iframe{height:100%;width:100%}.custom-account-image,.custom-account-image img,.custom-account-image .edit-profile{border-radius:100%!important}.p-i-0{padding:0!important}.error-page{display:grid;place-items:center;height:100vh;font-family:Urbanist;background-color:#ffe7ee}.error-page .globle-error-wrapper{max-width:680px;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:30px;border-radius:10px}@media (max-width: 419px){.error-page .globle-error-wrapper{padding:15px}}.error-page .globle-error-wrapper .head-title{font-size:250px;font-weight:600;line-height:1.1}@media (max-width: 1399px){.error-page .globle-error-wrapper .head-title{font-size:230px}}@media (max-width: 991px){.error-page .globle-error-wrapper .head-title{font-size:200px;line-height:1}}@media (max-width: 767px){.error-page .globle-error-wrapper .head-title{font-size:160px}}@media (max-width: 419px){.error-page .globle-error-wrapper .head-title{font-size:130px}}.error-page .globle-error-wrapper h2{font-size:50px;line-height:1.2}@media (max-width: 1399px){.error-page .globle-error-wrapper h2{font-size:44px}}@media (max-width: 991px){.error-page .globle-error-wrapper h2{font-size:40px}}@media (max-width: 767px){.error-page .globle-error-wrapper h2{font-size:34px}}@media (max-width: 419px){.error-page .globle-error-wrapper h2{font-size:26px}}.error-page .globle-error-wrapper p{font-size:20px;line-height:1.3;margin-top:20px}@media (max-width: 991px){.error-page .globle-error-wrapper p{font-size:18px}}@media (max-width: 767px){.error-page .globle-error-wrapper p{margin-top:15px}}@media (max-width: 419px){.error-page .globle-error-wrapper p{font-size:17px}}.error-page .globle-error-wrapper .Btns-wrap{display:flex;align-items:center;gap:20px;margin-top:30px}@media (max-width: 767px){.error-page .globle-error-wrapper .Btns-wrap{margin-top:25px}}@media (max-width: 419px){.error-page .globle-error-wrapper .Btns-wrap{margin-top:20px}}.primaryBttn{font-size:24px;line-height:1;font-weight:600;font-family:Urbanist;background-color:#ff004f;color:#fff;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:19px 26px;border-radius:15px;border:1px solid #FF004F;transition:.3s all ease-in-out;cursor:pointer}.primaryBttn:hover{background-color:#000;border-color:#000;color:#fff}@media (max-width: 1600px){.primaryBttn{padding:16px 29px;border-radius:12px;font-size:20px}}@media (max-width: 1399px){.primaryBttn{padding:14px 20px;font-size:18px}}@media (max-width: 1199px){.primaryBttn{border-radius:10px}}@media (max-width: 992px){.primaryBttn{font-size:16px;padding:12px 22px;border-radius:8px}}@media (max-width: 767px){.primaryBttn{padding:12px 14px}}.grayBtn{background-color:#fff;color:#000;border-color:#fff}.grayBtn:hover{background-color:#000;color:#fff;border-color:#000}.time-select{scrollbar-color:#FF004F #EAEAEA;scrollbar-width:thin}.time-select::-webkit-scrollbar{width:5px;height:5px}.time-select::-webkit-scrollbar-thumb{background-color:#ff004f}.time-select::-webkit-scrollbar-track{background-color:#eaeaea}.ck-data ul{list-style-type:initial}.ck-data ol{list-style-type:decimal}.ck-data ul,.ck-data ol{padding:revert;margin-bottom:16px}.ck-data ul:last-child,.ck-data ol:last-child{margin:0}.ck-data ul li,.ck-data ol li{margin-bottom:10px}.ck-data ul li:last-child,.ck-data ol li:last-child{margin:0}.ck{font-family:Forum}.ck.ck-toolbar{border-color:#e6e6e6!important}.ck.ck-toolbar button{box-shadow:none!important}.ck.ck-toolbar button:focus{border-color:#e6e6e6!important}.ck.ck-toolbar button:hover,.ck.ck-toolbar button:active{background:#ff004f!important;color:#fff!important}.ck.ck-input{box-shadow:none!important}.ck.ck-input:focus{border-color:#e6e6e6!important}.ck.ck-list__item .ck-button{box-shadow:none}.ck.ck-list__item .ck-button.ck-on{background:#ff004f}.ck.ck-button.ck-on{color:#fff;background:#ff004f}.ck .ck-insert-table-dropdown-grid-box.ck-on{border-color:#ff004f}.ck .ck.ck-list__item .ck-button.ck-on{background:#ff004f}.ck .ck .ck-insert-table-dropdown-grid-box.ck-on{border-color:#ff004f}.ck .ck.ck-button.ck-on,.ck a.ck.ck-button.ck-on{color:#ff004f}.ck .ck-powered-by{display:none}.ck .ck-editor__main>.ck-editor__editable{padding:16px;height:400px;border-color:#e6e6e6!important;scrollbar-color:#242424 #F6F6F6;scrollbar-width:thin;box-shadow:none!important}.ck .ck-editor__main>.ck-editor__editable.ck-focused{border-color:#ff004f!important}.ck .ck-editor__main>.ck-editor__editable::-webkit-scrollbar{width:8px;height:8px}.ck .ck-editor__main>.ck-editor__editable::-webkit-scrollbar-thumb{background-color:#242424}.ck .ck-editor__main>.ck-editor__editable::-webkit-scrollbar-track{background-color:#f6f6f6}.ck .ck-editor__main>.ck-editor__editable strong,.ck .ck-editor__main>.ck-editor__editable b{font-weight:700}.ck .ck-editor__main>.ck-editor__editable h1,.ck .ck-editor__main>.ck-editor__editable h2,.ck .ck-editor__main>.ck-editor__editable h3,.ck .ck-editor__main>.ck-editor__editable h4,.ck .ck-editor__main>.ck-editor__editable h5,.ck .ck-editor__main>.ck-editor__editable h6,.ck .ck-editor__main>.ck-editor__editable p,.ck .ck-editor__main>.ck-editor__editable ul,.ck .ck-editor__main>.ck-editor__editable ol{margin-top:0}.ck .ck-editor__main>.ck-editor__editable h1,.ck .ck-editor__main>.ck-editor__editable h2,.ck .ck-editor__main>.ck-editor__editable h3,.ck .ck-editor__main>.ck-editor__editable h4,.ck .ck-editor__main>.ck-editor__editable h5,.ck .ck-editor__main>.ck-editor__editable h6{text-transform:inherit}.ck .ck-editor__main>.ck-editor__editable ul,.ck .ck-editor__main>.ck-editor__editable ol{text-decoration:inherit;padding-left:20px}.ck .ck-editor__main>.ck-editor__editable ul li,.ck .ck-editor__main>.ck-editor__editable ol li{margin-bottom:14px}@media only screen and (min-width: 1024px){.ck .ck-editor__main>.ck-editor__editable ul li,.ck .ck-editor__main>.ck-editor__editable ol li{margin-bottom:16px}}.ck.ck-reset_all:not(.ck-reset_all-excluded *),.ck.ck-reset:not(.ck-reset_all-excluded *){z-index:0}.ck-custom-content h1,.ck-custom-content h2,.ck-custom-content h3,.ck-custom-content h4,.ck-custom-content h5,.ck-custom-content h6,.ck-custom-content p,.ck-custom-content ul,.ck-custom-content ol{margin-top:0}.ck-custom-content h1,.ck-custom-content h2,.ck-custom-content h3,.ck-custom-content h4,.ck-custom-content h5,.ck-custom-content h6{text-transform:inherit}.ck-custom-content strong,.ck-custom-content b{font-weight:700}.ck-custom-content ul,.ck-custom-content ol{list-style:inherit}.ce-app-content{border:1px solid #888;border-radius:8px;padding:20px 20px 20px 70px;min-height:250px}.ce-app-content.view-ce-app-content{padding:20px}.ce-app-content .ce-block__content,.ce-app-content .ce-toolbar__content{max-width:100%}.ce-app-content .codex-editor__redactor{padding:0!important}.inner-wrap-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:10px}.inner-wrap-content .solid-btn{font-size:16px;padding:10px 14px;border-radius:10px}.site-modal .modal-boday .upload-modal-title h2{margin:0}.accordion-list .accordion-item{margin-bottom:16px;border:1px dashed #FF004F;border-radius:10px;overflow:hidden}.accordion-list .accordion-item:last-child{margin:0}.accordion-list .accordion-item.active .accordion-head:after{display:none}.accordion-list .accordion-item .accordion-head{position:relative;gap:10px;padding:16px 16px 16px 40px;cursor:pointer;background:#ffe7ee}.accordion-list .accordion-item .accordion-head:before,.accordion-list .accordion-item .accordion-head:after{content:"";position:absolute;left:16px;top:0;bottom:0;margin:auto;background:#000;width:14px;height:2px}.accordion-list .accordion-item .accordion-head:after{transform:rotate(90deg)}.accordion-list .accordion-item .accordion-head .left{width:100%}.accordion-list .accordion-item .accordion-head .left .title{font-size:14px;line-height:1.3;color:#000}@media only screen and (min-width: 640px){.accordion-list .accordion-item .accordion-head .left .title{font-size:16px}}@media only screen and (min-width: 1441px){.accordion-list .accordion-item .accordion-head .left .title{font-size:18px}}.accordion-list .accordion-item .accordion-head .action-group .link{width:30px;height:30px;border:1px solid #000;border-radius:6px;transition:all .4s}.accordion-list .accordion-item .accordion-head .action-group .link:hover{background:#000;color:#fff;transition:all .4s}.accordion-list .accordion-item .accordion-head .action-group .link:hover i{color:#fff;transition:all .4s}.accordion-list .accordion-item .accordion-head .action-group .link i{font-size:16px;color:#000;transition:all .4s}.accordion-list .accordion-item .accordion-head .action-group .link.delete{background:#f96e66;border-color:#f96e66}.accordion-list .accordion-item .accordion-head .action-group .link.delete i{color:#fff}.accordion-list .accordion-item .accordion-content{padding:16px}.accordion-list .accordion-item .accordion-content p{font-size:14px;line-height:1.3;color:#000}@media only screen and (min-width: 640px){.accordion-list .accordion-item .accordion-content p{font-size:16px}}.input-group.faq-textarea textarea{min-height:200px}.ssm-icon{display:inline-block;width:24px;height:24px;background-color:#000;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.ssm-icon.sidebar-promo-code{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.0985%2013.36C31.4715%2013.3106%2031.75%2012.9927%2031.75%2012.6165V7.4388C31.75%206.5083%2030.9929%205.7513%2030.0625%205.7513H1.93749C1.007%205.7513%200.25%206.5083%200.25%207.4388V12.6165C0.25%2012.9927%200.528625%2013.3106%200.901437%2013.36C2.218%2013.5345%203.21081%2014.6697%203.21081%2016.0007C3.21081%2017.3315%202.218%2018.4667%200.901437%2018.6411C0.528625%2018.6905%200.25%2019.0085%200.25%2019.3847V24.5624C0.25%2025.4928%201.007%2026.2499%201.93749%2026.2499H30.0625C30.9929%2026.2499%2031.75%2025.4928%2031.75%2024.5624V19.3847C31.75%2019.0085%2031.4713%2018.6905%2031.0985%2018.6411C29.782%2018.4667%2028.7892%2017.3315%2028.7892%2016.0007C28.7892%2014.6699%2029.782%2013.5345%2031.0985%2013.36ZM30.25%2019.9877V24.5624C30.25%2024.664%2030.1641%2024.7499%2030.0625%2024.7499H11.2381V23.27C11.2381%2022.8559%2010.9023%2022.52%2010.4881%2022.52C10.0739%2022.52%209.73807%2022.8559%209.73807%2023.27V24.7499H1.93749C1.83588%2024.7499%201.75%2024.664%201.75%2024.5624V19.9877C3.47669%2019.4663%204.71081%2017.8548%204.71081%2016.0007C4.71081%2014.1464%203.47669%2012.5349%201.75%2012.0135V7.43886C1.75%207.33724%201.83588%207.25136%201.93749%207.25136H9.73807V8.73124C9.73807%209.14542%2010.0739%209.48124%2010.4881%209.48124C10.9023%209.48124%2011.2381%209.14542%2011.2381%208.73124V7.25136H30.0625C30.1641%207.25136%2030.25%207.33724%2030.25%207.43886V12.0135C28.5233%2012.535%2027.2892%2014.1464%2027.2892%2016.0007C27.2892%2017.8548%2028.5233%2019.4663%2030.25%2019.9877ZM11.2381%2012.0909V14.3208C11.2381%2014.7349%2010.9023%2015.0708%2010.4881%2015.0708C10.0739%2015.0708%209.73807%2014.7349%209.73807%2014.3208V12.0909C9.73807%2011.6767%2010.0739%2011.3409%2010.4881%2011.3409C10.9023%2011.3409%2011.2381%2011.6767%2011.2381%2012.0909ZM11.2381%2017.6805V19.9103C11.2381%2020.3245%2010.9023%2020.6603%2010.4881%2020.6603C10.0739%2020.6603%209.73807%2020.3245%209.73807%2019.9103V17.6805C9.73807%2017.2663%2010.0739%2016.9305%2010.4881%2016.9305C10.9023%2016.9305%2011.2381%2017.2663%2011.2381%2017.6805ZM19.2253%2013.1609C19.2253%2011.8202%2018.1347%2010.7294%2016.7939%2010.7294C15.4531%2010.7294%2014.3624%2011.8202%2014.3624%2013.1609C14.3624%2014.5017%2015.4531%2015.5924%2016.7939%2015.5924C18.1347%2015.5924%2019.2253%2014.5017%2019.2253%2013.1609ZM15.8624%2013.1609C15.8624%2012.6473%2016.2803%2012.2294%2016.7939%2012.2294C17.3075%2012.2294%2017.7253%2012.6473%2017.7253%2013.1609C17.7253%2013.6745%2017.3075%2014.0924%2016.7939%2014.0924C16.2803%2014.0924%2015.8624%2013.6745%2015.8624%2013.1609ZM23.558%2012.1692L17.8827%2020.5585C17.7377%2020.7728%2017.5013%2020.8884%2017.2608%2020.8884C17.1161%2020.8884%2016.97%2020.8467%2016.8412%2020.7595C16.4981%2020.5273%2016.4081%2020.0611%2016.6403%2019.718L22.3156%2011.3287C22.5477%2010.9856%2023.014%2010.8956%2023.3571%2011.1277C23.7001%2011.3599%2023.7901%2011.8261%2023.558%2012.1692ZM23.4309%2016.4088C22.0901%2016.4088%2020.9993%2017.4996%2020.9993%2018.8403C20.9993%2020.1811%2022.0901%2021.2719%2023.4309%2021.2719C24.7716%2021.2719%2025.8624%2020.1811%2025.8624%2018.8403C25.8624%2017.4996%2024.7716%2016.4088%2023.4309%2016.4088ZM23.4309%2019.7719C22.9172%2019.7719%2022.4993%2019.3539%2022.4993%2018.8403C22.4993%2018.3267%2022.9172%2017.9088%2023.4309%2017.9088C23.9445%2017.9088%2024.3624%2018.3267%2024.3624%2018.8403C24.3624%2019.3539%2023.9445%2019.7719%2023.4309%2019.7719Z'%20fill='%232D2D2D'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M31.0985%2013.36C31.4715%2013.3106%2031.75%2012.9927%2031.75%2012.6165V7.4388C31.75%206.5083%2030.9929%205.7513%2030.0625%205.7513H1.93749C1.007%205.7513%200.25%206.5083%200.25%207.4388V12.6165C0.25%2012.9927%200.528625%2013.3106%200.901437%2013.36C2.218%2013.5345%203.21081%2014.6697%203.21081%2016.0007C3.21081%2017.3315%202.218%2018.4667%200.901437%2018.6411C0.528625%2018.6905%200.25%2019.0085%200.25%2019.3847V24.5624C0.25%2025.4928%201.007%2026.2499%201.93749%2026.2499H30.0625C30.9929%2026.2499%2031.75%2025.4928%2031.75%2024.5624V19.3847C31.75%2019.0085%2031.4713%2018.6905%2031.0985%2018.6411C29.782%2018.4667%2028.7892%2017.3315%2028.7892%2016.0007C28.7892%2014.6699%2029.782%2013.5345%2031.0985%2013.36ZM30.25%2019.9877V24.5624C30.25%2024.664%2030.1641%2024.7499%2030.0625%2024.7499H11.2381V23.27C11.2381%2022.8559%2010.9023%2022.52%2010.4881%2022.52C10.0739%2022.52%209.73807%2022.8559%209.73807%2023.27V24.7499H1.93749C1.83588%2024.7499%201.75%2024.664%201.75%2024.5624V19.9877C3.47669%2019.4663%204.71081%2017.8548%204.71081%2016.0007C4.71081%2014.1464%203.47669%2012.5349%201.75%2012.0135V7.43886C1.75%207.33724%201.83588%207.25136%201.93749%207.25136H9.73807V8.73124C9.73807%209.14542%2010.0739%209.48124%2010.4881%209.48124C10.9023%209.48124%2011.2381%209.14542%2011.2381%208.73124V7.25136H30.0625C30.1641%207.25136%2030.25%207.33724%2030.25%207.43886V12.0135C28.5233%2012.535%2027.2892%2014.1464%2027.2892%2016.0007C27.2892%2017.8548%2028.5233%2019.4663%2030.25%2019.9877ZM11.2381%2012.0909V14.3208C11.2381%2014.7349%2010.9023%2015.0708%2010.4881%2015.0708C10.0739%2015.0708%209.73807%2014.7349%209.73807%2014.3208V12.0909C9.73807%2011.6767%2010.0739%2011.3409%2010.4881%2011.3409C10.9023%2011.3409%2011.2381%2011.6767%2011.2381%2012.0909ZM11.2381%2017.6805V19.9103C11.2381%2020.3245%2010.9023%2020.6603%2010.4881%2020.6603C10.0739%2020.6603%209.73807%2020.3245%209.73807%2019.9103V17.6805C9.73807%2017.2663%2010.0739%2016.9305%2010.4881%2016.9305C10.9023%2016.9305%2011.2381%2017.2663%2011.2381%2017.6805ZM19.2253%2013.1609C19.2253%2011.8202%2018.1347%2010.7294%2016.7939%2010.7294C15.4531%2010.7294%2014.3624%2011.8202%2014.3624%2013.1609C14.3624%2014.5017%2015.4531%2015.5924%2016.7939%2015.5924C18.1347%2015.5924%2019.2253%2014.5017%2019.2253%2013.1609ZM15.8624%2013.1609C15.8624%2012.6473%2016.2803%2012.2294%2016.7939%2012.2294C17.3075%2012.2294%2017.7253%2012.6473%2017.7253%2013.1609C17.7253%2013.6745%2017.3075%2014.0924%2016.7939%2014.0924C16.2803%2014.0924%2015.8624%2013.6745%2015.8624%2013.1609ZM23.558%2012.1692L17.8827%2020.5585C17.7377%2020.7728%2017.5013%2020.8884%2017.2608%2020.8884C17.1161%2020.8884%2016.97%2020.8467%2016.8412%2020.7595C16.4981%2020.5273%2016.4081%2020.0611%2016.6403%2019.718L22.3156%2011.3287C22.5477%2010.9856%2023.014%2010.8956%2023.3571%2011.1277C23.7001%2011.3599%2023.7901%2011.8261%2023.558%2012.1692ZM23.4309%2016.4088C22.0901%2016.4088%2020.9993%2017.4996%2020.9993%2018.8403C20.9993%2020.1811%2022.0901%2021.2719%2023.4309%2021.2719C24.7716%2021.2719%2025.8624%2020.1811%2025.8624%2018.8403C25.8624%2017.4996%2024.7716%2016.4088%2023.4309%2016.4088ZM23.4309%2019.7719C22.9172%2019.7719%2022.4993%2019.3539%2022.4993%2018.8403C22.4993%2018.3267%2022.9172%2017.9088%2023.4309%2017.9088C23.9445%2017.9088%2024.3624%2018.3267%2024.3624%2018.8403C24.3624%2019.3539%2023.9445%2019.7719%2023.4309%2019.7719Z'%20fill='%232D2D2D'/%3e%3c/svg%3e")}.ssm-icon.sidebar-univercity{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.4133%2020.0267C19.64%2020.0267%2018.8%2019.7733%2017.96%2019.2533L16.2%2018.1867C16.12%2018.1333%2015.88%2018.1333%2015.8%2018.1867L14.04%2019.2533C12.6%2020.1333%2011.1867%2020.2667%2010.0533%2019.6267C8.94666%2019%208.33333%2017.7467%208.33333%2016.1067V6.70666C8.33333%203.45333%2010.1067%201.66666%2013.3333%201.66666H18.6667C21.8933%201.66666%2023.6667%203.45333%2023.6667%206.70666V16.1067C23.6667%2017.76%2023.0533%2019.0133%2021.9467%2019.6267C21.48%2019.8933%2020.96%2020.0267%2020.4133%2020.0267ZM16%2016.1467C16.44%2016.1467%2016.88%2016.2533%2017.24%2016.4667L19%2017.5333C19.7867%2018.0133%2020.5067%2018.1333%2020.96%2017.88C21.4%2017.6267%2021.6533%2016.9733%2021.6533%2016.0933V6.70666C21.6533%204.57333%2020.76%203.66666%2018.6533%203.66666H13.32C11.2133%203.66666%2010.32%204.57333%2010.32%206.70666V16.1067C10.32%2016.9867%2010.5733%2017.64%2011.0133%2017.8933C11.4667%2018.1467%2012.1867%2018.0267%2012.9733%2017.5467L14.7333%2016.48C15.12%2016.2533%2015.56%2016.1467%2016%2016.1467Z'%20fill='%232D2D2D'/%3e%3cpath%20d='M20%2030.3333H12C4.76001%2030.3333%201.66667%2027.2133%201.66667%2019.9067V15.8667C1.66667%209.65335%203.90667%206.50668%208.92%205.66668C9.45334%205.57335%209.97334%205.94668%2010.0667%206.49335C10.16%207.04001%209.78667%207.54668%209.24%207.64001C5.22667%208.30668%203.65334%2010.6133%203.65334%2015.8667V19.9067C3.65334%2026.0533%205.90667%2028.3333%2011.9867%2028.3333H19.9867C26.0667%2028.3333%2028.32%2026.0533%2028.32%2019.9067V15.8667C28.32%2010.5333%2026.6933%208.22668%2022.5067%207.60001C21.96%207.52001%2021.5867%207.01335%2021.6667%206.46668C21.7467%205.92001%2022.2533%205.54668%2022.8%205.62668C28%206.40001%2030.32%209.54668%2030.32%2015.8667V19.9067C30.3333%2027.2133%2027.24%2030.3333%2020%2030.3333Z'%20fill='%232D2D2D'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.4133%2020.0267C19.64%2020.0267%2018.8%2019.7733%2017.96%2019.2533L16.2%2018.1867C16.12%2018.1333%2015.88%2018.1333%2015.8%2018.1867L14.04%2019.2533C12.6%2020.1333%2011.1867%2020.2667%2010.0533%2019.6267C8.94666%2019%208.33333%2017.7467%208.33333%2016.1067V6.70666C8.33333%203.45333%2010.1067%201.66666%2013.3333%201.66666H18.6667C21.8933%201.66666%2023.6667%203.45333%2023.6667%206.70666V16.1067C23.6667%2017.76%2023.0533%2019.0133%2021.9467%2019.6267C21.48%2019.8933%2020.96%2020.0267%2020.4133%2020.0267ZM16%2016.1467C16.44%2016.1467%2016.88%2016.2533%2017.24%2016.4667L19%2017.5333C19.7867%2018.0133%2020.5067%2018.1333%2020.96%2017.88C21.4%2017.6267%2021.6533%2016.9733%2021.6533%2016.0933V6.70666C21.6533%204.57333%2020.76%203.66666%2018.6533%203.66666H13.32C11.2133%203.66666%2010.32%204.57333%2010.32%206.70666V16.1067C10.32%2016.9867%2010.5733%2017.64%2011.0133%2017.8933C11.4667%2018.1467%2012.1867%2018.0267%2012.9733%2017.5467L14.7333%2016.48C15.12%2016.2533%2015.56%2016.1467%2016%2016.1467Z'%20fill='%232D2D2D'/%3e%3cpath%20d='M20%2030.3333H12C4.76001%2030.3333%201.66667%2027.2133%201.66667%2019.9067V15.8667C1.66667%209.65335%203.90667%206.50668%208.92%205.66668C9.45334%205.57335%209.97334%205.94668%2010.0667%206.49335C10.16%207.04001%209.78667%207.54668%209.24%207.64001C5.22667%208.30668%203.65334%2010.6133%203.65334%2015.8667V19.9067C3.65334%2026.0533%205.90667%2028.3333%2011.9867%2028.3333H19.9867C26.0667%2028.3333%2028.32%2026.0533%2028.32%2019.9067V15.8667C28.32%2010.5333%2026.6933%208.22668%2022.5067%207.60001C21.96%207.52001%2021.5867%207.01335%2021.6667%206.46668C21.7467%205.92001%2022.2533%205.54668%2022.8%205.62668C28%206.40001%2030.32%209.54668%2030.32%2015.8667V19.9067C30.3333%2027.2133%2027.24%2030.3333%2020%2030.3333Z'%20fill='%232D2D2D'/%3e%3c/svg%3e")}.ssm-icon.sidebar-marketing{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.6121%202.33334H26.5724C29.2001%202.33334%2031.3304%204.46354%2031.3304%207.09127V24.742C31.3304%2027.3699%2029.2001%2029.5%2026.5724%2029.5H5.6121C2.98436%2029.5%200.854156%2027.3699%200.854156%2024.742V7.09127C0.854156%204.46354%202.98436%202.33334%205.6121%202.33334ZM5.6121%204.33334C4.08892%204.33334%202.85415%205.56811%202.85415%207.09127V24.742C2.85415%2026.2652%204.08894%2027.5%205.6121%2027.5H26.5724C28.0956%2027.5%2029.3304%2026.2652%2029.3304%2024.742V7.09127C29.3304%205.56811%2028.0956%204.33334%2026.5724%204.33334H5.6121Z'%20fill='%232D2D2D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.8169%2017.0803C19.8169%2019.1411%2018.1463%2020.8117%2016.0856%2020.8117C14.0248%2020.8117%2012.3542%2019.1411%2012.3542%2017.0803C12.3542%2015.0196%2014.0248%2013.3489%2016.0856%2013.3489C18.1463%2013.3489%2019.8169%2015.0196%2019.8169%2017.0803ZM17.8169%2017.0803C17.8169%2018.0365%2017.0417%2018.8117%2016.0856%2018.8117C15.1293%2018.8117%2014.3541%2018.0365%2014.3541%2017.0803C14.3541%2016.1241%2015.1293%2015.3489%2016.0856%2015.3489C17.0417%2015.3489%2017.8169%2016.1241%2017.8169%2017.0803Z'%20fill='%232D2D2D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.4137%2021.8241C19.9389%2021.5241%2020.1179%2020.8547%2019.8177%2020.3295C19.2925%2019.4233%2019.7196%2018.6847%2020.7643%2018.6847C21.3701%2018.6847%2021.8608%2018.1883%2021.8608%2017.5881V16.5724C21.8608%2015.9664%2021.3644%2015.4759%2020.7643%2015.4759C19.7196%2015.4759%2019.2925%2014.7371%2019.8177%2013.8311C20.1179%2013.3116%2019.9389%2012.6364%2019.4137%2012.3363L18.4153%2011.7649C17.9593%2011.4937%2017.3707%2011.6553%2017.0995%2012.1112L17.036%2012.2208C16.5108%2013.1269%2015.6567%2013.1269%2015.1372%2012.2208L15.0737%2012.1112C14.8025%2011.6553%2014.2139%2011.4937%2013.7579%2011.7649L12.7595%2012.3363C12.2343%2012.6364%2012.0554%2013.3116%2012.3555%2013.8311C12.8807%2014.7371%2012.4536%2015.4759%2011.409%2015.4759C10.803%2015.4759%2010.3125%2015.9721%2010.3125%2016.5724V17.5881C10.3125%2018.1883%2010.803%2018.6847%2011.409%2018.6847C12.4536%2018.6847%2012.8807%2019.4233%2012.3555%2020.3295C12.0554%2020.8488%2012.2343%2021.5241%2012.7595%2021.8241L13.7579%2022.3956C14.2139%2022.6668%2014.8025%2022.5052%2015.0737%2022.0492L15.1372%2021.9396C15.6624%2021.0335%2016.5165%2021.0335%2017.036%2021.9396L17.0995%2022.0492C17.3707%2022.5052%2017.9593%2022.6668%2018.4153%2022.3956L19.4137%2021.8241ZM17.5935%2019.6932C17.5749%2019.1975%2017.6775%2018.6755%2017.9695%2018.1687C18.2609%2017.6628%2018.6604%2017.3127%2019.0977%2017.0803C18.6604%2016.8477%2018.2609%2016.4977%2017.9695%2015.9919C17.6769%2015.4843%2017.5747%2014.9615%2017.5936%2014.4651C17.1729%2014.7285%2016.6693%2014.9004%2016.0844%2014.9004C15.5013%2014.9004%2014.9992%2014.7296%2014.5797%2014.4673C14.5983%2014.9631%2014.4959%2015.4851%2014.2039%2015.9917C13.9123%2016.4977%2013.5128%2016.8477%2013.0755%2017.0803C13.5128%2017.3127%2013.9123%2017.6628%2014.2039%2018.1687C14.4963%2018.6761%2014.5985%2019.1991%2014.5796%2019.6955C15.0003%2019.4319%2015.5039%2019.26%2016.0888%2019.26C16.6719%2019.26%2017.1741%2019.4308%2017.5935%2019.6932ZM14.7805%2020.6767L14.7639%2020.6669C14.7693%2020.6701%2014.7749%2020.6735%2014.7805%2020.6767ZM14.7805%2013.4837C14.7749%2013.4871%2014.7693%2013.4903%2014.7639%2013.4935L14.7805%2013.4837ZM17.3928%2013.4837L17.4095%2013.4935C17.4039%2013.4903%2017.3983%2013.4871%2017.3928%2013.4837ZM17.3928%2020.6767C17.3983%2020.6735%2017.4039%2020.6701%2017.4095%2020.6669L17.3928%2020.6767Z'%20fill='%232D2D2D'/%3e%3cpath%20d='M7.33334%206.33334C7.33334%206.88562%206.88562%207.33334%206.33334%207.33334C5.78106%207.33334%205.33334%206.88562%205.33334%206.33334C5.33334%205.78106%205.78106%205.33334%206.33334%205.33334C6.88562%205.33334%207.33334%205.78106%207.33334%206.33334Z'%20fill='%232D2D2D'/%3e%3cpath%20d='M10.6667%206.33334C10.6667%206.88562%2010.2189%207.33334%209.66666%207.33334C9.11438%207.33334%208.66666%206.88562%208.66666%206.33334C8.66666%205.78106%209.11438%205.33334%209.66666%205.33334C10.2189%205.33334%2010.6667%205.78106%2010.6667%206.33334Z'%20fill='%232D2D2D'/%3e%3cpath%20d='M14%206.33334C14%206.88562%2013.5523%207.33334%2013%207.33334C12.4477%207.33334%2012%206.88562%2012%206.33334C12%205.78106%2012.4477%205.33334%2013%205.33334C13.5523%205.33334%2014%205.78106%2014%206.33334Z'%20fill='%232D2D2D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.3333%206.33334C15.3333%205.78106%2015.648%205.33334%2016.0361%205.33334H25.2972C25.6853%205.33334%2026%205.78106%2026%206.33334C26%206.88562%2025.6853%207.33334%2025.2972%207.33334H16.0361C15.648%207.33334%2015.3333%206.88562%2015.3333%206.33334Z'%20fill='%232D2D2D'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M5.6121%202.33334H26.5724C29.2001%202.33334%2031.3304%204.46354%2031.3304%207.09127V24.742C31.3304%2027.3699%2029.2001%2029.5%2026.5724%2029.5H5.6121C2.98436%2029.5%200.854156%2027.3699%200.854156%2024.742V7.09127C0.854156%204.46354%202.98436%202.33334%205.6121%202.33334ZM5.6121%204.33334C4.08892%204.33334%202.85415%205.56811%202.85415%207.09127V24.742C2.85415%2026.2652%204.08894%2027.5%205.6121%2027.5H26.5724C28.0956%2027.5%2029.3304%2026.2652%2029.3304%2024.742V7.09127C29.3304%205.56811%2028.0956%204.33334%2026.5724%204.33334H5.6121Z'%20fill='%232D2D2D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.8169%2017.0803C19.8169%2019.1411%2018.1463%2020.8117%2016.0856%2020.8117C14.0248%2020.8117%2012.3542%2019.1411%2012.3542%2017.0803C12.3542%2015.0196%2014.0248%2013.3489%2016.0856%2013.3489C18.1463%2013.3489%2019.8169%2015.0196%2019.8169%2017.0803ZM17.8169%2017.0803C17.8169%2018.0365%2017.0417%2018.8117%2016.0856%2018.8117C15.1293%2018.8117%2014.3541%2018.0365%2014.3541%2017.0803C14.3541%2016.1241%2015.1293%2015.3489%2016.0856%2015.3489C17.0417%2015.3489%2017.8169%2016.1241%2017.8169%2017.0803Z'%20fill='%232D2D2D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M19.4137%2021.8241C19.9389%2021.5241%2020.1179%2020.8547%2019.8177%2020.3295C19.2925%2019.4233%2019.7196%2018.6847%2020.7643%2018.6847C21.3701%2018.6847%2021.8608%2018.1883%2021.8608%2017.5881V16.5724C21.8608%2015.9664%2021.3644%2015.4759%2020.7643%2015.4759C19.7196%2015.4759%2019.2925%2014.7371%2019.8177%2013.8311C20.1179%2013.3116%2019.9389%2012.6364%2019.4137%2012.3363L18.4153%2011.7649C17.9593%2011.4937%2017.3707%2011.6553%2017.0995%2012.1112L17.036%2012.2208C16.5108%2013.1269%2015.6567%2013.1269%2015.1372%2012.2208L15.0737%2012.1112C14.8025%2011.6553%2014.2139%2011.4937%2013.7579%2011.7649L12.7595%2012.3363C12.2343%2012.6364%2012.0554%2013.3116%2012.3555%2013.8311C12.8807%2014.7371%2012.4536%2015.4759%2011.409%2015.4759C10.803%2015.4759%2010.3125%2015.9721%2010.3125%2016.5724V17.5881C10.3125%2018.1883%2010.803%2018.6847%2011.409%2018.6847C12.4536%2018.6847%2012.8807%2019.4233%2012.3555%2020.3295C12.0554%2020.8488%2012.2343%2021.5241%2012.7595%2021.8241L13.7579%2022.3956C14.2139%2022.6668%2014.8025%2022.5052%2015.0737%2022.0492L15.1372%2021.9396C15.6624%2021.0335%2016.5165%2021.0335%2017.036%2021.9396L17.0995%2022.0492C17.3707%2022.5052%2017.9593%2022.6668%2018.4153%2022.3956L19.4137%2021.8241ZM17.5935%2019.6932C17.5749%2019.1975%2017.6775%2018.6755%2017.9695%2018.1687C18.2609%2017.6628%2018.6604%2017.3127%2019.0977%2017.0803C18.6604%2016.8477%2018.2609%2016.4977%2017.9695%2015.9919C17.6769%2015.4843%2017.5747%2014.9615%2017.5936%2014.4651C17.1729%2014.7285%2016.6693%2014.9004%2016.0844%2014.9004C15.5013%2014.9004%2014.9992%2014.7296%2014.5797%2014.4673C14.5983%2014.9631%2014.4959%2015.4851%2014.2039%2015.9917C13.9123%2016.4977%2013.5128%2016.8477%2013.0755%2017.0803C13.5128%2017.3127%2013.9123%2017.6628%2014.2039%2018.1687C14.4963%2018.6761%2014.5985%2019.1991%2014.5796%2019.6955C15.0003%2019.4319%2015.5039%2019.26%2016.0888%2019.26C16.6719%2019.26%2017.1741%2019.4308%2017.5935%2019.6932ZM14.7805%2020.6767L14.7639%2020.6669C14.7693%2020.6701%2014.7749%2020.6735%2014.7805%2020.6767ZM14.7805%2013.4837C14.7749%2013.4871%2014.7693%2013.4903%2014.7639%2013.4935L14.7805%2013.4837ZM17.3928%2013.4837L17.4095%2013.4935C17.4039%2013.4903%2017.3983%2013.4871%2017.3928%2013.4837ZM17.3928%2020.6767C17.3983%2020.6735%2017.4039%2020.6701%2017.4095%2020.6669L17.3928%2020.6767Z'%20fill='%232D2D2D'/%3e%3cpath%20d='M7.33334%206.33334C7.33334%206.88562%206.88562%207.33334%206.33334%207.33334C5.78106%207.33334%205.33334%206.88562%205.33334%206.33334C5.33334%205.78106%205.78106%205.33334%206.33334%205.33334C6.88562%205.33334%207.33334%205.78106%207.33334%206.33334Z'%20fill='%232D2D2D'/%3e%3cpath%20d='M10.6667%206.33334C10.6667%206.88562%2010.2189%207.33334%209.66666%207.33334C9.11438%207.33334%208.66666%206.88562%208.66666%206.33334C8.66666%205.78106%209.11438%205.33334%209.66666%205.33334C10.2189%205.33334%2010.6667%205.78106%2010.6667%206.33334Z'%20fill='%232D2D2D'/%3e%3cpath%20d='M14%206.33334C14%206.88562%2013.5523%207.33334%2013%207.33334C12.4477%207.33334%2012%206.88562%2012%206.33334C12%205.78106%2012.4477%205.33334%2013%205.33334C13.5523%205.33334%2014%205.78106%2014%206.33334Z'%20fill='%232D2D2D'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.3333%206.33334C15.3333%205.78106%2015.648%205.33334%2016.0361%205.33334H25.2972C25.6853%205.33334%2026%205.78106%2026%206.33334C26%206.88562%2025.6853%207.33334%2025.2972%207.33334H16.0361C15.648%207.33334%2015.3333%206.88562%2015.3333%206.33334Z'%20fill='%232D2D2D'/%3e%3c/svg%3e")}.ssm-icon.sidebar-news-letter{-webkit-mask-image:url(/admin-secretssm/assets/sidebar-news-letter-SiZRfCrq.svg);mask-image:url(/admin-secretssm/assets/sidebar-news-letter-SiZRfCrq.svg)}.ssm-icon.sidebar-faqs-management{-webkit-mask-image:url(/admin-secretssm/assets/sidebar-faqs-management-m1N3NSDS.svg);mask-image:url(/admin-secretssm/assets/sidebar-faqs-management-m1N3NSDS.svg)}@media (min-width: 640px){.sm\:flex{display:flex}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:items-center{align-items:center}.sm\:gap-4{gap:1rem}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-nowrap{flex-wrap:nowrap}}@media (min-width: 1200px){.xl\:mb-6{margin-bottom:1.5rem}.xl\:mt-0{margin-top:0}.xl\:mt-7{margin-top:1.75rem}.xl\:flex{display:flex}.xl\:flex-row{flex-direction:row}.xl\:items-center{align-items:center}.xl\:items-stretch{align-items:stretch}}@media (min-width: 1400px){.\32xl\:gap-5{gap:1.25rem}}@font-face{font-family:SecretSSM;src:url(/admin-secretssm/assets/SecretSSM-95mvEPHr.eot?g1g6w9);src:url(/admin-secretssm/assets/SecretSSM-95mvEPHr.eot?g1g6w9#iefix) format("embedded-opentype"),url(/admin-secretssm/assets/SecretSSM-EG5qRf3P.ttf?g1g6w9) format("truetype"),url(/admin-secretssm/assets/SecretSSM-UfM9tK1U.woff?g1g6w9) format("woff"),url(/admin-secretssm/assets/SecretSSM-bZjw64AD.svg?g1g6w9#SecretSSM) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=icon-],[class*=" icon-"]{font-family:SecretSSM!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-contract:before{content:""}.icon-sidebar-contact:before{content:""}.icon-sidebar-question:before{content:""}.icon-academyicon:before{content:""}.icon-course:before{content:""}.icon-cartIcon:before{content:""}.icon-email:before{content:""}.icon-sidebar-challenge:before{content:""}.icon-dropdownarrow:before{content:""}.icon-friends:before{content:""}.icon-filterdown:before{content:""}.icon-language:before{content:""}.icon-sidebar-subject:before{content:""}.icon-sidebar-simulation:before{content:""}.icon-document:before{content:""}.icon-sidebar-quiz:before{content:""}.icon-monitorQuestion-:before{content:""}.icon-phone:before{content:""}.icon-pin:before{content:""}.icon-eyeclose:before{content:""}.icon-rightchevrolate:before{content:""}.icon-rightcurvearrow:before{content:""}.icon-scroll-down-arrow:before{content:""}.icon-bag-2:before{content:""}.icon-start:before{content:""}.icon-lock:before{content:""}.icon-rightarrow:before{content:""}.icon-search-normal:before{content:""}.icon-calendar:before{content:""}.icon-profile:before{content:""}.icon-shield-security:before{content:""}.icon-teacher:before{content:""}.icon-trash:before{content:""}.icon-eyeshow:before{content:""}.icon-yellowToparrow:before{content:""}.icon-backarrow:before{content:""}.icon-lesson:before{content:""}.icon-add-bookmark:before{content:""}.icon-bookmark:before{content:""}.icon-logout:before{content:""}.icon-newnote:before{content:""}.icon-notification:before{content:""}.icon-smile-thumbyes:before{content:""}.icon-subscription:before{content:""}.icon-dots:before{content:""}.icon-show:before{content:""}.icon-plus:before{content:""}.icon-verified:before{content:""}.icon-edituser:before{content:""}.icon-backicon:before{content:""}.icon-upload-document:before{content:""}.icon-sidebar-profile-2user:before{content:""}.icon-sidebar-manuals:before{content:""}.icon-sidebar-lessons:before{content:""}.icon-sidebar-dashboard:before{content:""}.icon-sidebar-course:before{content:""}.icon-contactus-new:before{content:""}.icon-content-management-new:before{content:""}.icon-course-management-new:before{content:""}.icon-question-management-new:before{content:""}.swal2-popup.swal2-toast{box-sizing:border-box;grid-column:1/4!important;grid-row:1/4!important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;background:#fff;box-shadow:0 0 1px #00000013,0 1px 2px #00000013,1px 2px 4px #00000013,1px 3px 8px #00000013,2px 4px 16px #00000013;pointer-events:all}.swal2-popup.swal2-toast>*{grid-column:2}.swal2-popup.swal2-toast .swal2-title{margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.5em;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-popup.swal2-toast .swal2-html-container{margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-popup.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{justify-content:flex-start;height:auto;margin:.5em 0 0;padding:0 .5em}.swal2-popup.swal2-toast .swal2-styled{margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{animation:swal2-toast-hide .1s forwards}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content,auto) minmax(min-content,auto) minmax(min-content,auto);height:100%;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:#0006}div:where(.swal2-container).swal2-backdrop-hide{background:transparent!important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0,1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0,1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0,1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none!important}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0,100%);width:32em;max-width:100%;padding:0 0 1.25em;border:none;border-radius:5px;background:#fff;color:#545454;font-family:inherit;font-size:1rem}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:.8em 1em 0;color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:auto;margin:1.25em auto 0;padding:0}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(#0000001a,#0000001a)}div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(#0003,#0003)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:box-shadow .1s;box-shadow:0 0 0 3px transparent;font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#7066e0;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus{box-shadow:0 0 0 3px #7066e080}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#dc3741;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus{box-shadow:0 0 0 3px #dc374180}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#6e7881;color:#fff;font-size:1em}div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus{box-shadow:0 0 0 3px #6e788180}div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus{box-shadow:0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-styled):focus{outline:none}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid #eee;color:inherit;font-size:1em;text-align:center}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto!important;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:#0003}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em}div:where(.swal2-container) button:where(.swal2-close){z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:color .1s,box-shadow .1s;border:none;border-radius:5px;background:transparent;color:#ccc;font-family:monospace;font-size:2.5em;cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:none;background:transparent;color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus{outline:none;box-shadow:inset 0 0 0 3px #6496c880}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) .swal2-html-container{z-index:1;justify-content:center;margin:1em 1.6em .3em;padding:0;overflow:auto;color:inherit;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:border-color .1s,box-shadow .1s;border:1px solid #d9d9d9;border-radius:.1875em;background:transparent;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px transparent;color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:1px solid #b4dbed;outline:none;box-shadow:inset 0 1px 1px #0000000f,0 0 0 3px #6496c880}div:where(.swal2-container) input:where(.swal2-input)::-moz-placeholder,div:where(.swal2-container) input:where(.swal2-file)::-moz-placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::-moz-placeholder{color:#ccc}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:#fff}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:transparent;font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:transparent;color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:#fff;color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message):before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:transparent;font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}div:where(.swal2-icon).swal2-warning{border-color:#facea8;color:#f8bb86}div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}div:where(.swal2-icon).swal2-info{border-color:#9de0f6;color:#3fc3ee}div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}div:where(.swal2-icon).swal2-question{border-color:#c9dae1;color:#87adbd}div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{animation:swal2-show .3s}.swal2-hide{animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotate(2deg)}33%{transform:translateY(0) rotate(-2deg)}66%{transform:translateY(.3125em) rotate(2deg)}to{transform:translateY(0) rotate(0)}}@keyframes swal2-toast-hide{to{transform:rotate(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}to{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}to{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}to{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}to{transform:scale(.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}to{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}to{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}to{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}to{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}to{transform:rotateX(0);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}to{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotate(45deg);opacity:0}25%{transform:rotate(-25deg);opacity:.4}50%{transform:rotate(15deg);opacity:.8}75%{transform:rotate(-5deg);opacity:1}to{transform:rotateX(0);opacity:1}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{background-color:transparent!important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px #0006}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:transparent;pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translate(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}.rc-time-picker{display:inline-block;position:relative;box-sizing:border-box}.rc-time-picker *{box-sizing:border-box}.rc-time-picker-clear{position:absolute;right:6px;cursor:pointer;overflow:hidden;width:20px;height:20px;text-align:center;line-height:20px;top:3px;margin:0}.rc-time-picker-clear-icon:after{content:"x";font-size:12px;font-style:normal;color:#aaa;display:inline-block;line-height:1;height:20px;width:20px;transition:color .3s ease}.rc-time-picker-clear-icon:hover:after{color:#666}.rc-time-picker-input{width:100%;position:relative;display:inline-block;padding:4px 7px;height:28px;cursor:text;font-size:12px;line-height:1.5;color:#666;background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:4px;transition:border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1)}.rc-time-picker-input[disabled]{color:#ccc;background:#f7f7f7;cursor:not-allowed}.rc-time-picker-panel{z-index:1070;width:170px;position:absolute;box-sizing:border-box}.rc-time-picker-panel *{box-sizing:border-box}.rc-time-picker-panel-inner{display:inline-block;position:relative;outline:none;list-style:none;font-size:12px;text-align:left;background-color:#fff;border-radius:4px;box-shadow:0 1px 5px #ccc;background-clip:padding-box;border:1px solid #ccc;line-height:1.5}.rc-time-picker-panel-narrow{max-width:113px}.rc-time-picker-panel-input{margin:0;padding:0;width:100%;cursor:auto;line-height:1.5;outline:0;border:1px solid transparent}.rc-time-picker-panel-input-wrap{box-sizing:border-box;position:relative;padding:6px;border-bottom:1px solid #e9e9e9}.rc-time-picker-panel-input-invalid{border-color:red}.rc-time-picker-panel-select{float:left;font-size:12px;border:1px solid #e9e9e9;border-width:0 1px;margin-left:-1px;box-sizing:border-box;width:56px;max-height:144px;overflow-y:auto;position:relative}.rc-time-picker-panel-select-active{overflow-y:auto}.rc-time-picker-panel-select:first-child{border-left:0;margin-left:0}.rc-time-picker-panel-select:last-child{border-right:0}.rc-time-picker-panel-select ul{list-style:none;box-sizing:border-box;margin:0;padding:0;width:100%}.rc-time-picker-panel-select li{list-style:none;margin:0;padding:0 0 0 16px;width:100%;height:24px;line-height:24px;text-align:left;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.rc-time-picker-panel-select li:hover{background:#edfaff}li.rc-time-picker-panel-select-option-selected{background:#f7f7f7;font-weight:700}li.rc-time-picker-panel-select-option-disabled{color:#ccc}li.rc-time-picker-panel-select-option-disabled:hover{background:transparent;cursor:not-allowed}
