/* Write your custom CSS here */
.editor-toolbar {
  background: #202b3b;
  opacity: 1;
}

.page-header .navbar .logo {
  display: inline-flex;
}

.page-header .navbar .navbar-brand {
  margin: 0;
  width: fit-content;
  height: 40px;
}

tbody tr .btn-group-pill {
  display: flex;
}

tbody tr td,
thead tr th {
  padding: 8px 10px !important;
}

tbody tr .btn-group-pill .btn {
  margin-bottom: 0;
  margin-right: 10px;
}

tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.15);
}

.editor-toolbar a {
  color: #fff !important;
}
.CodeMirror {
  background: #2b3b52 !important;
  color: #fff;
}
.form-check {
  padding-left: 2.5em;
}
.select-images {
  width: 100px;
  margin-right: 15px;
  margin-left: 15px;
}
.select-images img {
  margin-left: -12.5px;
}

.appointment_card label {
  font-size: 18px;
  font-weight: 500;
}
.appointment_card h5 {
  font-size: 22px;
}
.appointment_card textarea {
  color: #fff !important;
}
.admin_month {
  color: rgba(225, 235, 245, 0.87);
}
.admin_calendar .day {
  background: #202b3b !important;
}
.admin_calendar #prevDay:hover {
  background-color: rgba(225, 235, 245, 0.87) !important;
  cursor: default !important;
}
.admin_calendar .day:not(#prevDay):hover {
  background-color: rgba(225, 235, 245, 0.87) !important;
  color: #202b3b;
}
#nextButton {
  cursor: pointer;
}
.admin_timepicker {
  background-color: #202b3b !important;
}
.admin_timepicker .separator {
  color: rgba(225, 235, 245, 0.87);
}
.date_s {
  display: flex;
  align-items: center;
  margin-top: 15px;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
}

.selected_dates {
  border: 1px solid #7888fc;
  color: #7888fc;
  padding: 10px;
  border-radius: 15px;
  margin-right: 10px;
  transition: 0.5s;
  cursor: pointer;
}

.selected_dates:hover {
  background-color: #7888fc;
  color: #fff;
}

.product_contents{
    padding: 15px;
    border-radius: 10px;
    background-color: #202b3b;
    margin-bottom: 1rem;
    position: relative;
}
.clone_prod_content{
    color: rgba(225,235,245,.87);
    position: absolute;
    right: 0;
    top: 0;
}
.clone_prod_content:hover{
    color: #7888fc;
}

.rtl .page-content {
    margin-left: 0 !important;
    margin-right: 260px !important;
}

.rtl .main-wrapper{
    padding: 28px 28px 28px 0 !important;
}

.rtl .page-sidebar .accordion-menu>li>a>svg {
    margin-right: 0 !important;
    margin-left: 15px;
}

.rtl .page-sidebar .accordion-menu {
    text-align: right;
}

.rtl .page-content .row{
    text-align: right;
}

.lang_list{
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.lang_list a {
    color: rgba(225,235,245,.87);
    padding: 5px;
}
.lang_list .active_lang{
    background-color: #7888fc;
    border-radius: 5px;
}

.rtl #headerNav .profile-drop-menu{
    left: 0 !important;
    right: unset !important;
}

.rtl .page-sidebar .accordion-menu li a .dropdown-icon {
    float: left;
}

.rtl .page-sidebar .accordion-menu li a .dropdown-icon:before {
    content: "\f053";
}

.rtl .clone_prod_content{
    left: 0 !important;
    right: unset !important;
}

.rtl .form-check .form-check-input {
    float: left;
    margin-right: -1.5em;
}

@media (max-width: 1350px) {
    .burger_menu{
        display: block !important;
    }
}

.menu_show{
    transform: scale(1) !important;
    background-color: #263b59;
}

@media (max-width: 415px) {
    .main_container{
        margin-top: 125px;
    }
}

@media (max-width: 1350px) {
    .rtl .page-content{
        margin-right: 0 !important;
    }
    .rtl .main-wrapper {
        padding: 0 !important;
    }
}

.rtl .page-sidebar .ps__rail-x{
    left: 0 !important;
}

.rtl .page-sidebar .ps__rail-y{
    right: 0 !important;
}

.permission_box{
    background-color: #2b3b52;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}

.rtl .permission_box{
    margin-left: 0.75rem;
    margin-right: 0;
}

.rtl .permission_checkbox{
    margin-right: 0 !important;
    margin-left: 0.3125rem;
}

.active_permission{
    background-color: #202b3b;
}

.status_box{
    width: 4em;
    height: 30px;
}
.status_box input{
    width: 4em !important;
    height: 30px;
}

.customer_details input{
    height: auto;
}
.subs_main{
    padding: 25px;
    border-radius: 25px;
    background: #202b3b;
}

.login-box-container{
    background-color: rgba(255, 255, 255, 0.25);;
}
.login_btn{
    background-color: #1D80F5;
    border-color: #1d80f5;
    border-radius: 19px;
}
.login_btn.focus, .login_btn:focus, .login_btn:hover, .login_btn:not(:disabled):not(.disabled).active, .login_btn:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #1D80F5;
    color: #1D80F5;
    box-shadow: unset;
}
.login_input{
    background-color: #1D80F5;
    border-color: #1D80F5;
    border-radius: 19px;
}
.login_input:focus {
    background: #1D80F5;
    border-color: #1D80F5;
}
.login-box-container{
    backdrop-filter: blur(10px);
}

.rtl .form-floating>label {
    right: 0;
    left: unset;
}

.download_file .card-body{
    transition: 0.5s;
}
.download_file .card-file-manager{
    border: 1px solid #7888fc;
}
.download_file:hover .card-body{
    background: #7888FC;
    border-radius: 0 0 15px 15px;
}

.download_file:hover .card-text{
    color: #fff;
}
.addons_box .badge{
    font-size: 100%;
}

.selected_dates.active_time {
    background-color: #7888fc;
    color: #fff;
}
.email-sample{
    background-image: url("../../../public/assets/images/email_example.png");
    width: 100%;
    height: 600px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
