﻿:root {
    --cmx-main: #a00 /* rgb(207 168 100);gold*/
}
.hero {
    z-index: 5;
    background: linear-gradient(180deg, #232323,#0e0e0e, #0e0e0e, #0e0e0e, #0e0e0e, #0e0e0e);
    position: absolute;
    top: 0;
    width: 100%;
    border-bottom: 2px solid #3939399e;
}
    .hero:after {
        background-image:unset ;
        
    }
.page > .content {
    padding-top: 7%;
}
.navbar-light .navbar-nav .nav-link {
    color: #c7c7c7;
}
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child {
    box-shadow: 0 0.1rem 2rem rgba(0, 0, 0, .15);
    border-radius: 0.3rem;
    transform: translateY(0.3rem);
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
    position: absolute;
    right: 0;
    width: 20rem;
    background-color: #232323b5;
    text-align: right;
    z-index: 999;
}
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item.has-child:hover > ul.child li a:hover {
    background: #0e0e0e80 !important;
    color: var(--cmx-main);
}
.hero .main-navigation .navbar ul.navbar-nav > li.nav-item ul.child li:hover {
    background-color: rgb(37 37 37 / 22%);
}

@media (min-width: 992px) {
  
    #banner-slider .bg-image-holder {
        height: 220px;
    }

    .boxed-menu .main-nav {
        max-width: unset !important;
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .post:first-child {
        width: 62.5%;
    }

    .post:nth-child(2) {
        width: 37.45318%;
    }

    .post:nth-child(3) {
        width: 37.45318%;
    }

    .post:nth-child(4) {
        width: 62.5%;
    }

    .xxhide {
        display: none !important;
    }

    .topbar {
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1 );
        display: block;
        background-color: #232323;
        /* -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%); */
        /* box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%); */
        /* border-top: 2px solid #d9eeff; */
    }
}
.bisc {
    color: white;
    margin-right: 0px;
    background: -webkit-gradient(linear, right top, left bottom, from(#4c68d7), color-stop(#8a3ab9), color-stop(#cd486b), color-stop(#fb8750), to(#FF9800));
    background: -webkit-linear-gradient(right top, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    background: -o-linear-gradient(right top, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    background: linear-gradient(to left bottom, #4c68d7, #8a3ab9, #cd486b, #fb8750, #FF9800);
    -webkit-transform: rotate(360deg) scale(1.1);
    -ms-transform: rotate(360deg) scale(1.1);
    transform: rotate(360deg) scale(1.1);
}

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.green {
    background-color: #6fb936;
}

.page-top {
    margin-top: 150px;
}

.portfolio-item {
    margin-bottom: 30px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: coh4798lumn;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: unset;
    background-clip: border-box;
    /* border: none; */
    /* border-radius: 0.25rem; */
    overflow: hidden;
    /* border: 3px dashed var(--cmx-main); */
    /* border-radius: 20pt; */
    transition: all 0.2s;
    /* border: 1px solid var(--cmx-main); */
}
.container.free-advertising h1 {
    margin-top: 30px;
    color: var(--cmx-main);
    margin-bottom: 53px;
    border-right: 3px solid var(--cmx-a);
    padding-right: 13px;
}
section.index-blog.blog-block {
    margin-top: 7%;
}
span.right-top {
    color: var(--cmx-main);
    font-size: 14pt;
}
.card:hover {
    box-shadow: 0px -5px 50px -18px #00BCD4;
    /* box-shadow: 2px 2px var(--cmx-main); */
    border: 1px solid #00BCD4;
    transition: all 0.5s;
}
h1#lbl1x {
    display: inherit;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676;
    position: relative;
    /* bottom: -25px; */
    /* background: #fff; */
    /* box-shadow: 0 3px 5px #ddd; */
    display: inline-block;
    color: var(--cmx-main);
    margin: 0 auto;
    padding: 1% 2px 0px 0px;
    width: 90%;
    direction: rtl;
    /* height: 40px; */
    /* padding-top: 142px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* border-radius: 30px; */
    /* border: 1px solid var(--cmx-main); */
    unicode-bidi: plaintext;
}.hero .hero-wrapper {
    padding-bottom: unset;
}
.myback-img {
    display: flex;
    justify-content: center;
    height: 372px;
    overflow: hidden;
    object-fit: cover;
    /* border-radius: 0.25rem; */
    filter: blur(4px)opacity(0.4);
    transition: all 0.5s;
}
/*main.content {
   position: relative;
    top: -748px;
    background: linear-gradient(1deg, #232323, #232323, #232323, #232323, #232323, #232323, #232323e6, transparent);
}*/

/*@media only screen and (max-width: 900px) {
    main.content {
        top: -180px !important;
    }
}*/
main.content {
    top: 150px;
    position: relative;
}
.card:hover .myback-img {
    filter: unset;
    transition: all 1s;
}

.myoverlay {
    position: absolute;
    background: -webkit-linear-gradient( top, transparent 1%, transparent 11%, transparent 11%, transparent 42%, var(--cmx-main));
    height: 100%;
    width: 100%;
    top: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.avatar-profile img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    opacity: 0.9;
    object-fit: cover;
    -o-object-fit: cover;
}

.borders {
    position: relative;
    border: 5px solid #fff;
    border-radius: 100%;
}

    .borders:before {
        content: " ";
        position: absolute;
        z-index: -1;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px;
        border-radius: 100%;
        background-image: linear-gradient(90deg, #FDA240, #C5087E), linear-gradient(90deg, #FDA240, #C5087E);
        background-position: 0 0px, 100% 100%;
        background-size: 100% 5px;
        border-left: 5px solid #FDA240;
        border-right: 5px solid #C5087E;
        padding: 10px 5px;
    }

.profile-img {
    position: absolute;
    top: 71%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*main.content {
    position: relative;
    top: -748px;
    background: linear-gradient(1deg, #232323, #232323, #232323, #232323, #232323, #232323, #232323e6, transparent);
}
@media only screen and (max-width: 900px) {
    main.content {
        top: -180px !important;
    }
}*/
.profile-title {
    text-align: center;
    position: relative;
    top: -39px;
    margin-bottom: -26px;
}

    .profile-title h3 {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 0;
    }



@font-face {
    font-family: camran;
    font-style: normal;
    font-weight: 400 !important;
    src: url(fonts/YekanBakhFaNum-Regular.woff) format("woff"),url(fonts/YekanBakhFaNum-Regular.woff2) format("woff2")
}

@font-face {
    font-family: camranX;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/Shabnam-Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/Shabnam-Light.ttf') format('truetype');
}

@media only screen and (min-width: 992px) {
    .navigation .level0 > .level-top {
        color: #c3c3c3;
        line-height: 75px;
        padding: 0px 6px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        padding-bottom: 0;
        border-bottom: 2px dashed #55555540;
        transition: all 2s;
        text-shadow: 1px 1px #000000;
    }
}

.headchart {
    color: #fff !important;
    fill: #797979 !important;
}

* {
    font-weight: 500 !important;
}

.input-control {
    margin-bottom: 2rem;
    line-height: 20px;
}

    .input-control label {
        font-size: 13pt;
        margin-bottom: 15px;
        padding-right: 15px;
        border-right: 2px solid #515151;
        transition: all 2s;
        display: block;
    }

        .input-control label:hover {
            font-size: 13pt;
            color: #ddb293;
            margin-bottom: 15px;
            padding-right: 15px;
            border-right: 2px solid #ddb293;
            transition: all 1s;
        }

input::placeholder {
    opacity: 0.5;
    color: #838383 !important;
}

.shipping-outer {
    background: #ddb293;
    top: -8px;
    position: relative;
}

.input-control input {
    height: 43px;
    font-size: 12pt;
}

.shipping-desc {
    float: left;
    text-align: right;
    padding-right: 20px;
}

.subtitile.subtitile2 {
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'camran', sans-serif;
    color: #141414;
}

.checkbox-wrapper-16 *,
.checkbox-wrapper-16 *:after,
.checkbox-wrapper-16 *:before {
    box-sizing: border-box;
}

.checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

input#images {
    display: none;
}

.ret {
    background: #ff8944;
    color: #fff;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    text-align: right;
    background: #202020 !important;
}

.select2-container--bootstrap .select2-dropdown {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #434343 !important;
    overflow-x: hidden;
    margin-top: -1px;
}

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #65e17a;
    background: #202020 !important;
    color: #65e17a !important;
    font-family: 'camran' !important;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    background: #202020 !important;
}

.select2-container--bootstrap .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #202020 !important;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #b1b1b1 !important;
    font-family: camran,tahoma !important;
    font-size: 14px;
    text-align: right;
    outline: 0;
}

.btns {
    display: flex;
}

.btnbot {
    margin-left: 4px;
}

.wrapper {
    margin-top: 10px;
    /*This part is important for centering*/
    display: grid;
    place-items: center;
}

.card-company {
    background: linear-gradient(179deg, #ddb29314, #c6a68f2e, #ffffff00, #ffffff00, #ffffff00, #ffffff00, #ffffff00, #5f5f5f00, #ddb29345);
    /* box-shadow: 0px -2px 22px -13px #d4ab8d6e; */
    /* height: 563px; */
    /* background: linear-gradient(45deg, black, black,#000000a6,#4d3e3330,#000000c7,#000,#000); */
    /* border: 1px solid #89898961; */
    border-radius: 14px;
    /* box-shadow: 0px 0px 0px 2px #00000061, 0px 0px 9px 0px #000000; */
    overflow: hidden;
    text-shadow: 0 0 59px black;
    /* background: linear-gradient(45deg, #3f3f3f, #3f3f3f6b,#3f3f3f6b,#c3c3c300,#3535354f,#3f3f3f,#3f3f3f); */
    margin-bottom: 21px;
}

.typing-x {
    padding: 7px;
    /* width: 22ch; */
    animation: typing 2s steps(22), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
    border-right: 3px solid;
    font-family: camran;
    font-size: 13pt;
}

.mt-5 {
    margin-top: 12%;
}

#chartdiv {
    width: 100%;
    height: 330px;
}

.nav-sections-item-content > .navigation {
    display: block;
    background: unset;
}

.breadcrumbs a {
    color: #5d5d5d !important;
}

.top-chart {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
    background: linear-gradient(0deg, #1f1f1f, #1b1b1b,#202020);
    /* border: 1px solid #89898961; */
    border-radius: unset !important;
    /* box-shadow: 0px 0px 0px 2px #000, 0px 0px 19px 2px #000; */
    overflow: hidden;
    text-shadow: unset;
    background: unset !important;
    margin-top: 5%;
    border-right: 4px solid #313131;
    padding-right: 25px;
}

.btn-register {
    color: #Fff !important;
    background: #476646;
    z-index: 999999999;
    margin-bottom: 7px;
    font-size: 24pt;
    padding: 11px 26px;
}

.top-back {
    position: absolute;
    top: -83px;
    z-index: -1;
    filter: blur(8px) grayscale(0.5) opacity(0.5);
    overflow: hidden;
    right: 0;
    /* max-height: 726px; */
    width: 100%;
    /* background: linear-gradient(299deg, black, white); */
}

.highcharts-figure, .highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
    background: linear-gradient(0deg, #1f1f1f, #1b1b1b,#202020);
    /* border: 1px solid #89898961; */
    border-radius: 14px;
    /* box-shadow: 0px 0px 0px 2px #000, 0px 0px 19px 2px #000; */
    overflow: hidden;
    text-shadow: unset;
    /* background: linear-gradient(45deg, transparent, #00000038,#000000a6,#4d3e3330,#000000c7,#0000,#0000003d); */
    margin-top: 5%;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

table.table-dark {
    background: #00000085;
    margin-top: 7%;
    /* border-radius: 12px !important; */
    background: linear-gradient(45deg, #3f3f3f, #3f3f3f,#2b2b2ba6,#c3c3c330,#353535c7,#3f3f3f,#3f3f3f);
    /* border: 1px solid #ffffff !important; */
    border-radius: 6px;
    box-shadow: 0px 0px 0px 2px #00000014, 0px 0px 8px -1px #000000d6;
    overflow: hidden;
    text-shadow: 0 0 59px black;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.table-light:before {
    content: ' ';
    background: url(../aliyazh/static/version1560839252/frontend/Ortho/euforiajewellery/en_US/images/logo.png);
    width: 156px;
    height: 106px;
    z-index: -1 !important;
    position: absolute;
    top: 100px;
    background-repeat: no-repeat;
    left: 31%;
    top: 52%;
    filter: grayscale(1)opacity(0.1);
}

h1#page-title-heading, .page-title-wrapper h1.page-title {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    /* float: revert; */
    /* margin-left: 14%; */
    z-index: -1;
    /* height: 100%; */
    font-size: 16pt;
    /* background: linear-gradient(1deg, #202020, #202020ed, #202020b3, transparent, #ffffff00); */
    padding: 9px;
    width: 100%;
    /* position: absolute; */
    /* margin-top: 52px; */
    /* border-radius: 8px; */
    text-shadow: 1px 1px #000000;
    bottom: -53px;
    right: 0;
    /* height: 169px; */
    position: relative;
    height: 100px;
    /* padding-top: 107px; */
}

.daste {
    /*background: #0000006e;*/
    /* padding: 46px 8px 13px 1px; */
    /*box-shadow: -67px -24px 1153px 71px #000000f2;*/
    /* filter: grayscale(14); */
}

.nemodar .container {
    margin-bottom: 0.3%;
    max-height: 559px;
}

.adadroze {
    font-size: 10pt;
    text-shadow: 1px 1px 1px black;
}

.card-company h1 i {
    float: left;
    margin-left: 15px;
    color: #ffffff54;
    transition: all 2s;
}

    .card-company h1 i:hover {
        color: #ddb293;
        transition: all 1s;
    }

.card-company h1:hover {
    color: #775334;
    /*    background: linear-gradient(45deg, black, #294b63,#000000a6,#4d3e3330,#000000c7,#000,#000) !important;
*/ transition: all 1s;
}

    .card-company h1:hover i {
        color: #497588;
        transition: all 2s;
    }

.card-company h1 {
    color: #8f8f8f;
    text-shadow: 0px 0px 12px black;
    background: #1b1b1b;
    font-size: 18pt;
    padding: 13px 6px;
    margin-top: 6%;
    margin-bottom: 1px !important;
    /* border-radius: 5px !important; */
    /* background: radial-gradient(black, transparent); */
    border-bottom: 1px solid #89898961;
    /* border-radius: 14px; */
    /* box-shadow: 0px 0px 0px 1px #8989892e, 0px 0px 19px 2px #0000003b; */
    overflow: hidden;
    text-shadow: unset;
    transition: all 2s !important;
}

}

.table-dark:after {
    content: ' ';
    /* background: url(../aliyazh/static/version1560839252/frontend/Ortho/euforiajewellery/en_US/images/logo.png); */
    width: 96%;
    height: 100%;
    z-index: -1 !important;
    position: absolute;
    background: #553b1d;
    top: 100px;
    background-repeat: no-repeat;
    /* left: 43%; */
    top: 14%;
    filter: grayscale(0.1)opacity(0.5)blur(53px);
    display: block;
}

.table-dark:before {
    content: ' ';
    background: url(../aliyazh/static/version1560839252/frontend/Ortho/euforiajewellery/en_US/images/logo.png);
    width: 156px;
    height: 106px;
    z-index: -1 !important;
    position: absolute;
    top: 100px;
    background-repeat: no-repeat;
    left: 43%;
    top: 52%;
    filter: grayscale(1)opacity(0.3);
}

.highcharts-figure:before {
    content: ' ';
    background: url(../aliyazh/static/version1560839252/frontend/Ortho/euforiajewellery/en_US/images/logo.png);
    width: 156px;
    height: 106px;
    /* z-index: -1 !important; */
    position: absolute;
    top: 100px;
    background-repeat: no-repeat;
    left: 33%;
    top: 49%;
    filter: grayscale(1)opacity(0.1);
}

.highcharts-tooltip > span {
    background: white;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #888;
    padding: 8px;
}

.page-header {
    /* background-color: #202020; */
    background: linear-gradient(180deg, #202020de, #202020d1, #2020205c, #ffffff00);
    margin-bottom: 20px;
    z-index: 999;
}

table.table-dark:hover thead {
    color: #ddb2938a;
    text-shadow: 0 0 6px black;
    transition: all 0.5s;
}

table.table-dark:hover tbody {
    color: #939393;
    text-shadow: 2px -1px 4px #000000ba, 0 1px 12px #ff9216ba;
    transition: all 0.5s;
}

.nav-sections {
    background: unset;
}

.img-daste {
    position: absolute;
    /* top: 145px; */
    z-index: -1;
    filter: blur(16px) grayscale(0.3) opacity(0.5);
    max-height: 560px;
    overflow: hidden;
    width: 100%;
}

.animate-me {
    -webkit-animation: bgcolorchange 10s infinite; /* Chrome, Safari, Opera */
    animation: 10s infinite bgcolorchange;
}

.spark {
    background-color: #DE4A00;
    font-family: 'Helvetica', sans-serif;
    visibility: hidden;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 30%;
    box-shadow: 0 0 5px #AB000B;
}

@keyframes bgcolorchange {
    0% {
        background-color: #ddb2934d;
    }

    25% {
        background-color: #93aadd4d;
    }

    50% {
        background-color: #59845659;
    }

    75% {
        background-color: #59845659;
    }

    100% {
        background-color: #93aadd4d;
    }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes bgcolorchange {
    0% {
        background: #93aadd4d;
    }

    25% {
        background: #59845659;
    }

    75% {
        background: #93aadd4d;
    }

    100% {
        background: #93aadd4d;
    }
}

.page-title-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 80px 0 95px;
    background: unset;
    text-align: center;
    position: relative;
    background-attachment: fixed;
    margin-bottom: 50px;
    background-size: cover;
    top: -152px;
    filter: opacity(0.7);
    margin-bottom: -72px;
    height: 702px;
    background-position: 56% 87%;
}
.profile-posts {
    border-radius: 15px;
    box-shadow: 0px 0px 29px -4px #121212;
    padding: 28px;
}
.sticky-x {
    top: 17px;
    position: sticky;
}
.page-content {
    margin-bottom: 7%;
}
.profile-posts h2 {
    color: var(--cmx-main);
    font-weight: bold;
    font-size: 17pt;
    padding-right: 10px;
    margin-bottom: 33px;
    border-right: 4px solid #2f2f2f;
    /* background: #f44; */
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    padding: 11px 10px;
    text-align: center;
    direction: ltr;
}

.mosbat {
    color: #598557;
}
div#carouselExampleIndicators {
    overflow: hidden;
    /* padding: 55px; */
    /* background: #a00; */
    background: linear-gradient(45deg, black, #47474738,#c3c3c345,#000000);
    max-height: 600px;  
    border-radius: 15px;
    box-shadow: 0px 0px 29px -4px #121212;
}
.call {
    max-width: 22%;
    position: relative;
    display: block;
    font-size: 21pt;
    float: left;
    color: #abababd4;
    border-radius: 8px;
    padding-left: 8px;
    padding-bottom: 2px;
    padding-top: 4px;
    padding-right: 6px;
    border: 2px dashed #3d3d3d4a;
    transition: all 1s;
}
    .call:hover {
        border-color: var(--cmx-main);
        transition: all 1s;
    }
    .call:hover a{
        color: var(--cmx-main);
        transition: all 1s;
    }
expire {
    border: 2px solid #f70a2159;
    padding: 8px 30px;
    font-size: 14pt;
    background: #ffd7d726;
    color: #ff9ba5;
    float: left;
}
    .call i {
        color: var(--cmx-main);
    }
        .call i:hover {
            color: #abababd4;
        }
    div#carouselExampleIndicators img {
        position: relative;
        /* top: -300px; */
        /* position: fixed; */
      
        width: 100%;
        margin-right: auto;
        object-fit: cover;
        margin-left: auto;
    }

.change table tbody tr:hover {
    background: #09397736;
    box-shadow: 2px 0px 48px 8px #0000001a, 2px 0px 48px 8px #2d2d2d5e, 2px 0px 48px 8px #0000008c;
    /* border: 3px solid #ddb293; */
    background: linear-gradient(45deg, black, #284a61,#000000a6,#4d3e3330,#000000c7,#000,#000) !important;
    /* font-size: 11pt; */
    cursor: pointer;
    transition: all 2s;
}

.change table tr {
    border: 1px dashed #49494985;
    transition: all 1s;
}

.manfi {
    color: #497589;
}

thead {
    font-size: 13pt;
    margin-top: 50px;
    position: sticky;
    background: #06060640;
    top: 0;
}

.amcharts-graph-g2 .amcharts-graph-stroke {
    stroke-dasharray: 3px 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}

@keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}


.lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
    animation: am-pulsating 1s ease-out infinite;
}

@-webkit-keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }

    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

@keyframes am-pulsating {
    0% {
        stroke-opacity: 1;
        stroke-width: 0px;
    }

    100% {
        stroke-opacity: 0;
        stroke-width: 50px;
    }
}

.amcharts-graph-column-front {
    -webkit-transition: all .3s .3s ease-out;
    transition: all .3s .3s ease-out;
}

    .amcharts-graph-column-front:hover {
        fill: #496375;
        stroke: #496375;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

.amcharts-graph-g3 {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 500%;
    stroke-dasharray: 0 \0/; /* fixes IE prob */
    stroke-dashoffset: 0 \0/; /* fixes IE prob */
    -webkit-animation: am-draw 40s;
    animation: am-draw 40s;
}

@-webkit-keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }

    100% {
        stroke-dashoffset: 0%;
    }
}

@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }

    100% {
        stroke-dashoffset: 0%;
    }
}

#fino {
    padding: 10px;
    text-align: center;
    width: 100% !important;
    font-size: 21pt;
    display: block;
    color: #ddb293;
}

@keyframes typing {
    from {
        width: 0
    }
}

@keyframes blink {
    50% {
        border-color: transparent
    }
}

.add-p {
    background: #487348;
    color: #fff;
}

.drop-container:hover {
    background: #eee;
    border-color: #111;
}

    .drop-container:hover .drop-title {
        color: #222;
    }

.drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}

.checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    color: #2260ff;
    border: dashed 2px #454545bf;
    padding-bottom: 16px;
    /* text-align: right; */
}

    .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
        transform: scale(1);
        opacity: 1;
        background-color: #393939;
        border-color: #81ff2242;
        padding: 8px;
    }

    .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
        color: #7fff228a;
    }

.checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

    .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
        transform: scale(1);
        opacity: 1;
    }

.checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* width: 7rem; */
    min-height: 7rem;
    border-radius: 0.5rem;
    /* border: 2px solid #b5bfd9; */
    /* background-color: #fff; */
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}

    .checkbox-wrapper-16 .checkbox-tile:before {
        content: "";
        position: absolute;
        display: block;
        width: 1.25rem;
        height: 1.25rem;
        border: 2px solid #b5bfd9;
        background-color: #fff;
        border-radius: 50%;
        top: 0.25rem;
        left: 0.25rem;
        opacity: 0;
        transform: scale(0);
        transition: 0.25s ease;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .checkbox-wrapper-16 .checkbox-tile:hover {
        border-color: #2260ff;
    }

        .checkbox-wrapper-16 .checkbox-tile:hover:before {
            transform: scale(1);
            opacity: 1;
        }

.checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}

    .checkbox-wrapper-16 .checkbox-icon svg {
        width: 3rem;
        height: 3rem;
    }

.checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}




#desktopmenu {
    display: block;
    direction: rtl;
}

#maincontent {
    direction: rtl;
}

hr {
    BORDER: 1PX solid #ddb29326;
}

.ahan {
    color: #ddb293;
}


.myback-img img {
    object-fit: cover;
}
.add-family {
    min-height: 89px;
    padding: 33px;
    background: #252525;
    transition: all 2.3s;
    font-size: 15pt;
}

    .add-family:hover {
        background: #135029;
        border: solid 1px #135029;
        transition: all 1s;
    }