.profilecontainer{padding: 40px 0px 40px 0px;}
.profilecontainer .prpcontainer{float: left; width: 100%; position: relative; padding: 0; background: #fdf9f8;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;}
.profilecontainer .profileleftpanel{float: left; width: 100%; background: linear-gradient(0deg, #ffb900, #e9641f00), #0f0f0fcc; padding: 30px 0px 20px 0px; -webkit-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none;}
.profilecontainer .profileleftpanel .usercolumn{position: relative; float: left; width: 100%; background: transparent; padding: 0px 25px 18px 25px; text-align: center;}
.profilecontainer .profileleftpanel .usercolumn:after{content: ""; border-bottom: 1px solid #AAAD83; position: absolute; left: 25px; right: 25px; bottom: 0px;}
.profilecontainer .profileleftpanel .usercolumn .userimg{display: inline-block; text-align: center; position: relative; margin: 0px 0px 15px 0px;}
.profilecontainer .profileleftpanel .usercolumn .userimg img{width: 130px; height: 130px; -webkit-border-radius: 50%; border-radius: 50%;border: 5px solid #000;
    padding: 8px;
    background: #fff;object-fit: cover;}
.profilecontainer .profileleftpanel .usercolumn .userimg .useruploadimg{position: absolute; right: 0px; bottom: 8px; width: 30px; height: 30px; overflow: hidden; line-height: 30px; font-size: 15px; background: #F3F3F3; color: #AB7F5A; -webkit-border-radius: 50%; border-radius: 50%;}
.profilecontainer .profileleftpanel .usercolumn .userimg .useruploadimg input[type="file" i]{position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; width: 100%; opacity: 0;}

.profilecontainer .profileleftpanel .usercolumn h3{color: #fff; text-align: center; margin: 0px 0px 10px 0px; text-transform: uppercase; font-size: 22px; font-weight: 500; padding: 0px;}
.profilecontainer .profileleftpanel .usercolumn p{color: #fff; text-align: center; margin: 0px 0px 5px 0px; font-size: 14px; padding: 0px; font-weight: 300;}
.profilecontainer .profileleftpanel .usercolumn p a{color: #fff; font-size: 16px; text-decoration: none; font-weight: 500;}
.profilecontainer .profileleftpanel .usernavlist{float: left; width: 100%; margin: 0px; padding: 15px 0px 15px 0px;}
.profilecontainer .profileleftpanel .usernavlist ul{float: left; width: 100%; margin: 0px; padding: 0px;}
.profilecontainer .profileleftpanel .usernavlist ul li{float: left; width: 100%; margin: 0px; padding: 6px 0px; position: relative; list-style: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .profileleftpanel .usernavlist ul li a{float: left; width: 100%; font-size: 15px; margin: 0px; padding: 12px 10px 12px 80px; color: #fff; text-decoration: none; position: relative; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .profileleftpanel .usernavlist ul li a i{position: absolute; left: 25px; top: 50%; color: #fff; line-height: 33px; font-size: 1.2em; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;}
.profilecontainer .profileleftpanel .usernavlist ul li:hover a{color: #000;}
.profilecontainer .profileleftpanel .usernavlist ul li:hover a i{color: #ffffff;background-color:#000;}
.profilecontainer .profileleftpanel .usernavlist ul li.active a{color: #000;background:#fff;}
.profilecontainer .profileleftpanel .usernavlist ul li.active a i{color: #000;background-color:transparent;}
.profilecontainer .profileleftpanel .usernavlist ul li.logout{margin-top: 15px; padding-top: 5px;}
.profilecontainer .profileleftpanel .usernavlist ul li.logout a{background: transparent; color: #43bfff;}
.profilecontainer .profileleftpanel .usernavlist ul li.logout:before{content: ""; position: absolute; top: 0px; left: 20px; right: 20px; border-top: 1px solid #fff;}
 .profilecontainer .rightprofile{float: left; width: 100%; padding: 20px 10px; position: relative;} 
.dashItem{align-items: center;background-color: #fff3d2;
    padding: 20px;
    justify-content: space-around;border: 1px solid #000;
    border-radius: 5px;
    display: block;

    background: linear-gradient(to right, #FFB900 49%, #00024 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  margin-bottom: 15px;
}
    
.dashItem i{color: #fff;background-color:#FFB900;border-radius:0 10px 0 10px;padding:10px;}
.dashItem h6{color: #FFB900;}

.dashItem:hover i{color: #FFB900;background-color:#fff;border-radius:0 10px 0 10px;padding:10px;}
.dashItem:hover h6{color: #fff;}

.dashItem:hover{background-color:#FFB900;background-position: left bottom;}

.editFrom input{width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #00000038;
    background: transparent;
    padding:5px 10px;
}

.editFrom textarea{width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #00000038;
    background: transparent;
    padding:5px 10px;
}

.editFrom select{
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #00000038;
    background: transparent;
    padding:5px 10px;
}

.editFrom input:focus-visible{outline: none;}
.editFrom::placeholder{color:#00000069;font-size:10px!important;}
.editFrom label em{color:red;}
.editFrom label{color:#000;}
.editFrom select:focus-visible{outline: none;}
.grpBtn {margin-top: 15px;}
.grpBtn .back{background-color: #000; display: inline-block;
  color: #fff;
  border: 1px solid #000;padding:10px 15px;border-radius:5px;margin-right:20px;}
.grpBtn .back:hover{background-color:#fff;color:#000;border:1px solid #000;transition: all 0.5s;}
.grpBtn .submit{background-color:#FFB900;color:#fff;border:1px solid #FFB900;padding:10px 15px;border-radius:5px;margin-right:20px;display: inline-block;}
.grpBtn .submit:hover{background-color:#fff;color:#FFB900;border:1px solid #FFB900;transition: all 0.5s;}


.pagina{position:relative;}
.pagina .pagination {position:absolute;right:2%;}
.pagina .pagination li a{color:#000;font-size:12px;}
.pagina .pagination li a:focus{box-shadow: none;}
.rightprofile table{width:100%;overflow:auto;}
.manageAds th{background: #FFB900;color:#fff;}
.manageAds{border-color:#FFB900;}
.adsheader{align-items: center;justify-content: space-between;}
.rightAds{align-items:baseline;}
.rightAds span{background-color: #FFB900;
    padding: 8px 10px;
    border-radius: 5px;
    margin-left:20px;
}
.manageAds td i{background-color:#FFB900;padding:5px;border-radius:2px;color:#fff;border:1px solid #FFB900;}
.manageAds td i:hover{background-color:#fff;padding:5px;border-radius:2px;color:#FFB900;border:1px solid #FFB900;}
.rightAds input:focus{box-shadow: none;
    border-color: #FFB900;}
.rightAds input:focus-visible{outline:none;}

.rightAds span i{color:#fff;}
.view-right label{width:200px;color:#FFB900;}
.view-right span{color:#858585;}
.view-right .form-group{border-bottom: 1px solid #ddd;
    padding: 10px;}
.success{padding: 40px 0px;
    border: 5px solid #FFB900;
    margin: 30px;
    box-shadow: 0px 0px 5px #000;
    border-radius: 5px;}
.success i{color: green;font-size:80px;}
.success h4{color: green;font-size:50px;}
/*********************login*******************/
.inner-page-w {
  padding: 30px 0 30px 0;
  background: #fff;
}
.loginpage .loginboxouter {
  background-color: #fff;
  border-top: none;
  padding: 0px;
  -webkit-box-shadow: 0 0 11px rgba(0,0,0,.16);
  box-shadow: 0 0 11px rgba(0,0,0,.16);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.loginpage .loginboxouter .c-box-w.loginbt {
  padding: 35px 60px;
  background: #262524;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.loginpage .loginboxouter .c-box-w.loginbt h2 {
  color: #fff;
}
.loginpage .loginboxouter .c-box-w.loginbt p {
  color: #fff;
}
.loginpage .loginboxouter .c-box-w.loginbt p {
  color: #fff;
}
.c-box-w .btn-default {
  background: #FFF7CC;
  min-width: 140px;
  font-size: 14px;
  margin-top: 8px;
  padding: 9px 20px;
  color: #484536;
  font-weight: 600;
  outline: none;
  border: 1px solid #FFF7CC;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-box-w .btn-default:hover{
  background: #FFB900;
  border: 1px solid #FFB900;
  color: #fff;
}
.loginpage .loginboxouter .c-box-w {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.loginpage .c-box-w {
  padding: 35px 30px;
  height: 100%;
}
.c-box-w p {
  margin: 0px 0px 15px 0px;
  font-size: 14px;
}
label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 400;
  padding-top: 0px;
}
.c-box-w .form-control, .c-box-w .form-select {
  border: 1px solid #A5A5A5;
  font-size: 14px;
  padding: 4px 20px;
  height: 44px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.forgaton-link {
  text-align: left;
  display: block;
  margin-top: 10px;
  color: #000;
  margin-bottom: 16px;
}
.forgaton-link:hover{
  color: #FFB800;
}

.c-box-w .btn-primary {
  background: background: #FFB800;
  /* min-width: 140px; */
  font-size: 14px;
  margin-top: 8px;
  padding: 9px 20px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  border: 1px solid #FFB800;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #FFB800;
}
.c-box-w .btn-primary:hover{
  color: #fff;
  border-color:#000 ;
  background-color: #000;
}
/*********************login********************/


.profilecontainer .rightprofile .dl-horizontal{font-size: 15px;}
.profilecontainer .rightprofile .dl-horizontal dt strong{font-weight: 600;}
dl{margin-top: 0; margin-bottom: 20px;}

.profilecontainer .rightprofile .form-group{margin-bottom: 20px;}
.profilecontainer .rightprofile .form-group .formfloating{position: relative;}
.profilecontainer .rightprofile .form-group .formfloating label{color: #292929; font-size: 13px; font-weight: 400; background: #fff; line-height: 100%; padding: 0px; height: auto; margin: 0px 0px 10px 0px;}
.profilecontainer .rightprofile .form-group .formfloating label span.required{color: #DF0021;}
.profilecontainer .rightprofile .form-group .formfloating .formlabel{position: relative; left: 0; top: 0; z-index: 1; line-height: 100%; padding: 2px 5px 10px 0; margin: 0px 0px 0px 0px;}
.profilecontainer .rightprofile .form-group .formfile{position: relative;}
.profilecontainer .rightprofile .form-group .formfile .formlabel{position: absolute; right: 0; top: 0; background: #fff; z-index: 1; line-height: 100%; padding: 2px 5px 0px 5px; margin: 0px 0px 0px 0px;}
.profilecontainer .rightprofile .form-group .formfile .form-control{height: 44px; font-size: 14px; line-height: 32px;}
.profilecontainer .rightprofile .form-group .formfloating .form-control{height: 44px; border: 1px solid #CBC9D9; padding: 7px 15px; color: #6D6D6D; background: #fff; font-size: 14px; font-weight: 400; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 5px; border-radius: 5px;}
.profilecontainer .rightprofile .form-group .formfloating textarea.form-control{height: 90px;}
.profilecontainer .rightprofile .form-group .formfloating select.form-control{background: url(../images/down-arrow.png) no-repeat right center; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none;}
.profilecontainer .rightprofile .form-group .formfloating select.form-control::-ms-expand{display: none;}
.profilecontainer .rightprofile .form-group .formfloating input:-webkit-autofill,
.profilecontainer .rightprofile .form-group .formfloating input:-webkit-autofill:hover,
.profilecontainer .rightprofile .form-group .formfloating input:-webkit-autofill:focus
.profilecontainer .rightprofile .form-group .formfloating input:-webkit-autofill,
.profilecontainer .rightprofile .form-group .formfloating textarea:-webkit-autofill,
.profilecontainer .rightprofile .form-group .formfloating textarea:-webkit-autofill:hover
.profilecontainer .rightprofile .form-group .formfloating textarea:-webkit-autofill:focus,
.profilecontainer .rightprofile .form-group .formfloating select:-webkit-autofill,
.profilecontainer .rightprofile .form-group .formfloating select:-webkit-autofill:hover{-webkit-text-fill-color: #6D6D6D; -webkit-box-shadow: 0 0 0 30px #fff inset;}

.profilecontainer .rightprofile .form-group .formfloating .choices__inner{height: 44px; border: 1px solid #CBC9D9; padding: 7px 15px; color: #6D6D6D; background: #fff; font-size: 14px; font-weight: 400; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 5px; border-radius: 5px;}
.profilecontainer .rightprofile .form-group .formfloating .choices__inner .choices__input{color: #6D6D6D; font-size: 13px; background: none;}
.profilecontainer .rightprofile .form-group .formfloating .choices__inner .choices__list--multiple .choices__item{padding: 4px 10px; margin: 3px 5px 3px 0px; font-size: 11px; background: #FFB900; border-color: #FFB900;}
.profilecontainer .rightprofile .choices[data-type*=select-multiple] .choices__button, .profilecontainer .rightprofile .choices[data-type*=text] .choices__button{border-color: #6664b2;}
.profilecontainer .rightprofile .form-group .choices__list--dropdown{border-color: #CBC9D9; -webkit-border-radius: 5px; border-radius: 5px;}
.profilecontainer .rightprofile .form-group .choices__list--dropdown .choices__item--selectable.is-highlighted{background: #FFB900; color: #fff;}
.profilecontainer .rightprofile .table{border: 1px solid #D3D3D3;}
.profilecontainer .rightprofile .table thead tr th{background: #F0F0FF; vertical-align: middle; color: #1E1E1E; font-size: 14px; font-weight: 600; padding: 10px 15px; border-color: #F0F0FF; border-top: 1px solid #D3D3D3; border-bottom: 1px solid #D3D3D3; border-bottom-width: 1px;}
.profilecontainer .rightprofile .table thead tr th:first-child{border-left: #D3D3D3;}
.profilecontainer .rightprofile .table thead tr th:last-child{border-right: #D3D3D3;}
.profilecontainer .rightprofile .table tbody tr td{min-width: 114px; font-size: 14px; color: #000000; font-weight: 400; padding: 10px 15px; border-color: #fff; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .rightprofile .table tbody tr td:first-child{border-left: 1px solid #D3D3D3;}
.profilecontainer .rightprofile .table tbody tr td:last-child{border-right: 1px solid #D3D3D3;}
.profilecontainer .rightprofile .table tfoot tr td{min-width: 114px; font-size: 14px; color: #000000; font-weight: 400; padding: 10px 15px; border-color: #fff; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}
.profilecontainer .rightprofile .table tfoot tr td:first-child{border-left: 1px solid #D3D3D3;}
.profilecontainer .rightprofile .table tfoot tr td:last-child{border-right: 1px solid #D3D3D3;}
.profilecontainer .rightprofile .table tbody tr td img{max-width: 58px; max-height: 100%;}
.profilecontainer .rightprofile .table tbody tr td p{font-size: 14px; color: #000000; font-weight: 400; margin: 3px 0px; width: 100%;}
.profilecontainer .rightprofile .table tbody tr td .badge{display: inline-block; background: #000; color: #fff; border: 1px solid #000; font-size: 12px; text-transform: capitalize; padding: 6px 10px; font-weight: 400; min-width: 100px; -webkit-border-radius: 50px; border-radius: 50px;}
.profilecontainer .rightprofile .table tbody tr td .badge.text-bg-danger{border-color: #DF0021 !important; color: #DF0021 !important; background: #FFE0E5 !important;}
.profilecontainer .rightprofile .table tbody tr td .badge.text-bg-info{border-color: #00D3C7 !important; color: #00D3C7 !important; background: #DCFFFD !important;}
.profilecontainer .rightprofile .table tbody tr td .badge.text-bg-warning{border-color: #C3A400 !important; color: #C3A400 !important; background: #FFF8D2 !important;}
.profilecontainer .rightprofile .table tbody tr td .badge.text-bg-success{border-color: #5DA326 !important; color: #5DA326 !important; background: #ECFFDD !important;}
.profilecontainer .rightprofile .table tbody tr td .btn{background: none; font-size: 18px; color: #FFB900; width: 28px; height: 28px; text-align: center; line-height: 28px; -webkit-border-radius: 3px; border-radius: 3px; padding: 0px;}
.profilecontainer .rightprofile .table tbody tr td .btn i{font-size: inherit;}
.profilecontainer .rightprofile .table tbody tr td .btn:hover{border-color: #FFB900; background: #fff9ea;}
.profilecontainer .rightprofile .table tbody tr td .btn.btn-danger{background: none; font-size: 18px; color: #DF0021; border: 1px solid transparent; width: 28px; height: 28px; text-align: center; line-height: 28px; -webkit-border-radius: 3px; border-radius: 3px; padding: 0px;}
.profilecontainer .rightprofile .table tbody tr td .btn.btn-danger:hover{background: #FFE0E5 !important; border-color: #DF0021 !important; color: #DF0021 !important;}
.profilecontainer .rightprofile .table tbody tr td .actionbtns{white-space: nowrap;}
.profilecontainer .rightprofile .table tbody tr td .form-group{margin: 0px; display: block;}
.profilecontainer .rightprofile .table tbody tr td .form-control{height: 40px; width: 100%; border: 1px solid #CBC9D9; padding: 7px 15px; color: #6D6D6D; background: #fff; font-size: 13px; font-weight: 400; -webkit-box-shadow: none; box-shadow: none; -webkit-border-radius: 5px; border-radius: 5px;}
.profilecontainer .rightprofile .table tbody tr td select.form-control{background: url(../images/down-arrow.png) no-repeat right center; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none;}
.profilecontainer .rightprofile .btnsm{border-color: #FFB900; background: none; font-size: 16px; color: #FFB900; width: 28px; height: 28px; text-align: center; line-height: 28px; -webkit-border-radius: 3px; border-radius: 3px; padding: 0px;}
.profilecontainer .rightprofile .btnsm i{font-size: inherit;}
.profilecontainer .rightprofile .btnsm:hover{border-color: #FFB900; background: #FFB900; color: #fff;}
.profilecontainer .rightprofile .btn-danger.btnsm{color: #DF0021; border-color: #DF0021;}
.profilecontainer .rightprofile .btn-danger.btnsm:hover{color: #fff; border-color: #DF0021; background: #DF0021;}
.profilecontainer .rightprofile .append-buttons{padding-top: 0px; margin-top: -5px; text-align: right;}

.profilecontainer .rightprofile .table tbody tr td a{
  color: #FFB900;
}

.profilecontainer .rightprofile .table tbody tr td .fa-star{
  color: #FFB900;
  font-size: 10px;
}

.profilecontainer .paginationright{margin-top: 15px; margin-bottom: 10px;}
.profilecontainer .paginationright ul li.active{color: #fff; border-color: #FFB900; background: #FFB900;}

.select2-container .select2-selection--single {
  height: 44px !important;
}
.profilecontainer .rightprofile h4 {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: left;
  margin: 0px 0px 15px 0px;
  padding: 0px 0 0 10px;
  position: relative;
  border-left: 3px solid #ffb900;
  font-family: 'stolzlbook';
}
.sendotpbx{
  margin-top: 5px;
}
.sendotpbx a {
  color: #000;
  background: #fff7e0;
  padding: 5px 10px;
  border: 1px solid #ffb900;
  border-radius: 30px;
  margin-top: 10px;
  display: inline-block;
  color: #ffb900;
}
.nopddbotom{
  padding-bottom: 0 !important;
}
.nopddbotom .learns-heding{
  margin-bottom: 0;
}
.passEye{
  position: relative;
}
.passEye i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #f1dda6;
}
.buttonsubmit {
  background: #FFB900;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 30px;
  border: none;
  outline: none;
  color: #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.buttonsubmit:hover{
  background: #000;
}
.formfloating .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}
.formfloating .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.circleeffect {
  background: #FFB900;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 30px;
  border: none;
  outline: none;
  color: #fff;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.circleeffect:hover{
  background: #000;
}

.loginpage .loginboxouter .c-box-w.loginbt h5{
  font-size: 14px;
  color: #fff;
}
.loginpage .loginboxouter .c-box-w.loginbt h5 a{
  color: #FFB900;
}
.inner-page-w .loginboxouter{
  margin-top: 0 !important;
}
.rgstrbx{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.loginboxouter .alert{
  max-width: 95%;
  margin: 15px auto;
}




@media (min-width: 1920px) {
  /* 07012023 */
  .profilecontainer .profileleftpanel .usercolumn .userimg img{width: 120px; height: 120px;}
  .profilecontainer .profileleftpanel .usercolumn h3{font-size: 24px;}
  .profilecontainer .profileleftpanel .usernavlist ul li a{font-size: 18px; padding: 16px 10px 16px 70px;}
  .profilecontainer .profileleftpanel .usernavlist ul li a i{width: 28px; height: 42px; line-height: 41px;}
 
  
}
@media (max-width: 1399px) {
  .dashboardbtx{padding: 20px;}
  .dashboardbtx .dashctcontent h3{font-size: 17px;}
  .profilecontainer .profileleftpanel .usercolumn .userimg img{width: 110px; height: 110px;}
  .profilecontainer .profileleftpanel .usernavlist ul li a{font-size: 14px;}
  .profilecontainer .profileleftpanel .usercolumn h3{font-size: 19px;}
  .profilecontainer .profileleftpanel .usercolumn p a{font-size: 14px;}
  


}
@media (max-width: 1199px){
  .tabbtx .nav-tabs .nav-item .nav-link{font-size: 13px; padding: 10px 17px;}
}
@media (max-width: 991px){
 
}
@media (min-width: 768px){
.dl-horizontal dt{float: left; width: 220px; overflow: hidden; clear: left; text-align: left; text-overflow: ellipsis; white-space: nowrap;}
.dl-horizontal dd{margin-left: 220px;}
  .ProfileBtn{display: none;}
}
@media (max-width: 767px){
  .ProfileBtn{position: absolute; right: 0px; top: -16px; z-index: 1; float: left; color: #fff; font-size: 13px; background: #AB7F5A; border: 1px solid #CACDA5; text-transform: uppercase; width: 26px; height: 26px; text-align: center; line-height: 24px; -webkit-border-radius: 50%; border-radius: 50%; padding: 0px; text-decoration: none; margin: 0px 0px 0px 0px;}
  .ProfileBtn i{padding-right: 0px;}
  .ProfileBtn:focus{color: #fff; text-decoration: none;}
  .ProfileBtn:hover{color: #fff; text-decoration: none;}
  .profilemobilepanel{position: fixed; top: 0; padding: 0 !important; height: 100%; left: 0; margin-left: -100%; background: #fff; max-height: 100%; overflow: auto; margin-right: 0; transition: all 0.3s; width: calc(100% - 60px); z-index: 99999;}
  .layout-expanded4 .profilemobilepanel{margin-left: 0px; padding: 0px !important; -webkit-box-shadow: none; box-shadow: none;}
  .layout-expanded4{overflow: hidden;}
  .layoutovarlay4{position: fixed; z-index: 1000; top: 0; right: 0; height: 100% !important; left: 0; display: none; background: #181C21; opacity: .5; cursor: pointer;}
  .layout-expanded4 .layoutovarlay4{display: block;}
  
  
}
@media (max-width: 575px){
  /* 07012022 */
 
}
@media (max-width: 440px){
}

/*
  font-family: 'Inter', sans-serif;
*/



.paginationright{float: right; width: 100%; margin-top: 25px; margin-bottom: 30px;}
.paginationright ul{float: none; margin: 0px; padding: 0px;}
.paginationright ul li{display: inline-block; vertical-align: top; list-style: none; background: none; color: #A4A4A4; font-size: 13px; font-weight: 400; padding: 0px; line-height: 34px; min-width: 34px; height: 34px; text-align: center; margin: 2px 1px 2px 1px; -webkit-border-radius: 3px; border-radius: 3px; border: 1px solid #E4E4E4;}
.paginationright ul li a{text-decoration: none; color: #202020; display: block;}
.paginationright ul li.active{color: #2F2F2F; border-color: #2F2F2F;}
.paginationright ul li.prev a{color: #2F2F2F; font-size: 14px; font-weight: 500; padding: 0px 10px;}
.paginationright ul li.prev a i{font-size: 18px;}
.paginationright ul li.next{border-color: #CFCFCF;}
.paginationright ul li.next a{color: #2F2F2F; font-size: 14px; font-weight: 500; padding: 0px 10px;}
.paginationright ul li.next a i{font-size: 18px;}
.paginationright ul li.dotted{border: none; min-width: 20px;}


.dshbrd-heding {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.dshbrd-heding h2{
  font-family: 'StolzlMedium';
}
.dshbrd-heding .btn-primary{
  background: #FFB800;
  padding: 11px 20px;
  color: #fff;
  border: none;
  border-radius: 10px;
}
.dshbrd-heding .btn-primary:hover{
  background: #000;
  color: #fff;
}

/* Rating star css */


  .card-star {
  max-width: 33rem;
  background: #fff;
  /* margin: 0 1rem; */
  padding: 1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  border-radius: 0.5rem;
  }
  
  .star {
  font-size: 5vh;
  cursor: pointer;
  }
  
  .one {
  color: rgb(255, 0, 0);
  }
  
  .two {
  color: rgb(255, 106, 0);
  }
  
  .three {
  color: #FFB900;
  }
  
  .four {
  color: #FFB900;
  }
  
  .five {
  color: rgb(24, 159, 14);
  }
  





.comment-module {
  width: 100%;
  height: auto;
  background: #fff;
  margin: 0 0px;
  border-radius: 5px;
  padding: 30px 0px;
}
.comment-module ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 50px;
  margin-left: 0px;
}
.comment-module ul li {
  width: 100%;
  position: relative;
}
.comment-module ul li .comment {
  width: 100%;
  display: flex;
  column-gap: 20px;
}
.comment-module ul li .comment .comment-img {
  width: 7%;
}
.comment-module ul li .comment .comment-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.comment-module ul li .comment .comment-content {
  width: 93%;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.comment-module ul li .comment .comment-content .comment-details {
  width: 100%;
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.comment-module ul li .comment .comment-content .comment-details .comment-name {
  text-transform: capitalize;
  margin-bottom: 8px;
}
.comment-module ul li .comment .comment-content .comment-details .comment-log {
  color: #7a7a7a;
  font-size: 14px;
  display: block;
  width: 100%;
}
.mment-module ul li .comment .comment-content .comment-data {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
}
.comment-module ul li .comment .comment-content .comment-data .comment-likes {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.comment-module ul li .comment .comment-content .comment-data .comment-likes > div {
  display: flex;
  column-gap: 4px;
  align-items: center;
}
.comment-module ul li .comment .comment-content .comment-data .comment-likes > div img {
  cursor: pointer;
}
.comment-module ul li .comment .comment-content .comment-data .comment-likes > div span {
  font-weight: 600;
}
.comment-module ul li .comment .comment-content .comment-data .comment-reply a, .comment-module ul li .comment .comment-content .comment-data .comment-report a {
  color: #272727;
  font-weight: 400;
}
.comment-module ul li::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 50px;
  transform: translateX(-25px);
  width: 2px;
  height: calc(100% - 60px);
  background: #c5c5c5;
}
.comment-module ul li ul {
  margin-top: 35px;
  margin-left: 70px;
  width: calc(100% - 70px);
}

@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1400px) {

.comment-module ul li .comment .comment-img {
    width: 10%;
  }
.comment-module ul li .comment .comment-content {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.comment-module {
    width: 96%;
    padding: 75px 10px;
  }
.comment-module ul li .comment {
    column-gap: 12px;
  }
.comment-module ul li .comment .comment-img {
    width: 15%;
  }
.comment-module ul li .comment .comment-img img {
    width: 40px;
    height: 40px;
  }
.comment-module ul li .comment .comment-content {
    width: 85%;
  }
.comment-module ul li .comment .comment-content .comment-details {
    flex-direction: column;
    align-items: flex-start;
  }
.comment-module ul li .comment .comment-content .comment-data {
    column-gap: 12px;
  }
.comment-module ul li::before {
    top: 50px;
    left: 50px;
    transform: translateX(-30px);
    height: calc(100% - 60px);
  }
.comment-module ul li ul {
    margin-top: 25px;
    margin-left: 50px;
    width: calc(100% - 50px);
  }
}


.rvwstr span {
  border-radius: 30px;
  color: #000;
  display: inline-flex;
  align-items: center;
  background: #FFB800;
  padding: 5px 8px;
  font-size: 14px;
}
.rvwstr span i{
  font-size: 10px;
  color: #000;
  margin-left: 4px;
}


.profilecontainer .orderaddress{
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
}
.profilecontainer .orderaddress h3 {
  color: #5d5d5d;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 10px 0px 10px 0px;
}
.profilecontainer .orderaddress p {
  color: #687180;
  text-align: left;
  margin: 0px 0px 5px 0px;
  font-weight: 400;
}
.adrsctgry {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding-bottom: 15px;
  position: relative;
}
.adrsctgry::after {
  content: '';
  width: 42px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #ffb900;
}
.profilecontainer .accountrightbody {
  float: left;
  width: 100%;
  padding: 15px 15px 9px 15px;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
}
.profilecontainer .accountinnerheading {
  float: left;
  position: relative;
  width: 100%;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  text-transform: uppercase;
  color: #738585;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
.profilecontainer .accountinnerheading .backbtn {
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  color: #0a000d;
  outline: none;
}
.profilecontainer .accountinnerform .orderdatepanel .dl-horizontal .cancelled{color: #ef1613; display: block;}
.profilecontainer .accountinnerform .orderdatepanel .dl-horizontal .pending{color: #11328e; display: block;}
.profilecontainer .accountinnerform .orderdatepanel .dl-horizontal .delivered{color: #1b861c; display: block;}

.butnlink{
  margin-top: 15px;
}
.butnlink a {
  background: #FFB900;
  padding: 11px 30px 13px;
  color: #000;
  border: none;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-right: 15px;
}
.butnlink a:hover{
  background: #000;
  color: #fff;
}
.butnlink a:last-child{
  background: #000;
  color: #fff;
}
.dspdd {
  font-weight: 600;
  color: #534b37;
}



.fc-col-header-cell-cushion{
  color: #000;
}
.fc .fc-button-primary {
  background-color: #ffb900;
  border-color: #ffb900;
}

