body {
    margin-top: 22px;

}

.text-align-center {
    text-align: center !important;
}

.display-none {
    display: none;
}

.display-none-imprt {
    display: none !important;
}

.display-block {
    display: block;
}

.display-table {
    display: table;
}

.display-inline-table {
    display: inline-table;
}

.display-inline-block {
    display: inline-block;
}

.cursor-pointer {
    cursor: pointer;
    font-size: 13px;
}

.text-decoration-none {
    text-decoration: none;
}

.bg-allianz-blue {
    background-color: #0060ac;
}

.bg-allianz-blackblue {
    background-color: #1e175f;
}

.bg-header-blue {
    background-color: #0060ac;
}

.bg-vcall-blue {
    background-color: #e6e6e6;
}

.bg-black {
    background-color: black;
}

.bg-purple {
    background-color: #cb3594;
}

.bg-yellow {
    background-color: #ffcf33;
}

.bg-transparent {
    background-color: transparent;
}

.bg-green {
    background-color: #659b41;
}

.opacity-one {
    opacity: 1;
}

.opacity-04 {
    opacity: 0.4;
}

.allianz-font-family {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.width-full {
    width: 100%;
}

.width140 {
    width: 140px;
}

.width35 {
    width: 35px;
}

.width40 {
    width: 40px;
}

.width45 {
    width: 45px;
}

.width47 {
    width: 47px;
}

.width50 {
    width: 50px;
}

.width150 {
    width: 150px;
}

.width400 {
    width: 400px;
}

.width500 {
    width: 500px;
}

.p2 {
    padding: 2px;
}

.color-white {
    color: white;
}

.color-red {
    color: red;
}

.color-green {
    color: green;
}

.color-orange {
    color: #ff7d01;
}

.color-yellow {
    color: #a4ad19;
}

.bg-grey {
    /*background-color: rgba(117, 117, 117, 0.19);*/
    background-color: #747989;
}

.bg-red {
    background-color: #ff3333;
}

.color-grey {
    color: rgba(117, 117, 117, 0.19);
}

.btn-base {
    max-width: 560px;
    max-height: 96px;
    height: 60px;
    white-space: normal;
    border: 0px;
}

.bg-button-blue-two {
    background-color: #2989d5;
}

.allianz-button-blue {
    color: #2989d5;
}

.font-size1 {
    font-size: 1px;
}

.font-size1em {
    font-size: 1em;
}

.font-size1-5em {
    font-size: 1.5em;
}

.font-size5 {
    font-size: 1px;
}

.font-size10 {
    font-size: 10px;
}

.font-size12 {
    font-size: 12px;
}

.font-size15 {
    font-size: 15px;
}

.font-size20 {
    font-size: 20px;
}

.font-size17 {
    font-size: 17px;
}

.font-size19 {
    font-size: 19px;
}

.font-size30 {
    font-size: 30px;
}

.font-size-xsmall {
    font-size: x-small;
}

.font-size-smaller {
    font-size: smaller;
}

.font-size-larger {
    font-size: larger !important;
}

.bg-white {
    background-color: white !important;
}

.color-black {
    color: black;
}

.slide-close-button {
    height: 55px;
    padding: 10px 0px
}

.bottom-15 {
    bottom: -15px !important;
}

.font-size25 {
    font-size: 25px;
}

.color-allianz-blue {
    color: #00569c !important;
}

.top-40 {
    top: -40px;
}

.top-50 {
    top: -50px;
}

.top40 {
    top: 40px;
}

.top50 {
    top: 50px;
}

.mt7 {
    margin-top: 7px;
}

.mt27 {
    margin-top: 27px;
}

.mt40 {
    margin-top: 40px;
}

.mt35 {
    margin-top: 35px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px !important;
}

.width-percent30 {
    width: 30%;
}

.width-percent31 {
    width: 31% !important;
}

.width-percent40 {
    width: 40%;
}

.width-percent70 {
    width: 70%;
}

.width-percent75 {
    width: 75% !important;
}

.width-percent90 {
    width: 90% !important;
}

.pages-nav {
    background-color: #2f3182;
    height: 55px;
    color: white;
    webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.75)
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.pages-nav .fa-home {
    margin: 15px 15px;
}

.pages-nav .fa-chevron-left {
    margin: 20px 5px;
}

.slide-left {
    position: absolute;
    top: 45%;
}

.slide-right {
    position: absolute;
    top: 45%;
    right: 0;
}

.mt-20 {
    margin-top: -20px;
}

.mt-6 {
    margin-top: -6px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-15 {
    margin-top: -15px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt18 {
    margin-top: 18px;
}

.mt25 {
    margin-top: 25px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml80 {
    margin-left: 80px;
}

.ml10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: -5px;
}

.ml-35 {
    margin-left: -35px;
}

.ml-45 {
    margin-left: -45px;
}

.height20 {
    height: 20px;
}

.height35 {
    height: 35px;
}

.height40 {
    height: 40px !important;
}

.height45-imprt {
    height: 45px !important;
}

.height60 {
    height: 60px;
}

.height70 {
    height: 70px;
}

.height80 {
    height: 80px;
}

.height140 {
    height: 140px;
}

.height110 {
    height: 110px;
}

.height200 {
    height: 200px;
}

.height300 {
    height: 300px;
}

.height400 {
    height: 400px;
}

.pd10 {
    padding: 10px !important;
}

.pd20 {
    padding: 20px;
}

.pd5 {
    padding: 5px !important;
}

.bradius5 {
    border-radius: 5px;
}

.bradius0 {
    border-radius: 0px !important;
}

.bradius20 {
    border-radius: 20px;
}

.bradiuspercent50 {
    border-radius: 50%;
}

.btn {
    color: #535353;
    /*background-color: #F8781C;*/
    /* width: 100%; */
    /* height: 30px; */
}

.btn:hover {
    color: white !important;
    background: #005591;
    outline: none;
}

.btn:focus {
    color: white;
}

.btn:active {
    color: #01c6b2;
}

.select-time-header {
    padding: 0px 15px;
}

.width250 {
    width: 250px !important;
}

.width300 {
    width: 300px;
}

.ui-timepicker-area {
    top: 0px;
    position: absolute;
    font-size: 15px;
    color: grey;
}

.selected-date-modal {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

.hour-list-table {
    max-width: 100%;
    margin-bottom: 20px;
}

.height-full {
    height: 100%;
}

.load-hourlist {
    position: fixed;
    background: rgba(255, 255, 255, .8) url('../img/bx_loader.gif') 50% 50% no-repeat;
}

.z-index1000 {
    z-index: 1000;
}

.z-index99999999 {
    z-index: 99999999 !important;
}

.left0 {
    left: 0;
}

.left10 {
    left: 10px;
}

.left15 {
    left: 15px;
}

.top0 {
    top: 0;
}

.top5 {
    top: 5px;
}

.top15 {
    top: 15px;
}

.top82 {
    top: 82px;
}

.top-15 {
    top: -15px;
}

.top-13 {
    top: -13px;
}

.top20 {
    top: 20px;
}

.top30 {
    top: 30px;
}

.top60 {
    top: 60px;
}

.top-5 {
    top: -5px;
}

.left30 {
    left: 30px;
}

.left33 {
    left: 33px;
}

.left460 {
    left: 460px;
}

.left-5 {
    left: -5px;
}

.left-15 {
    left: -15px;
}

.left-30 {
    left: -30px;
}

.left-45 {
    left: -45px;
}

.loading {
    overflow: hidden;
}

.loading .load-hourlist {
    display: block;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.top150 {
    top: 150px;
}

.top200 {
    top: 200px;
}

.toppercent40 {
    top: 40%;
}

.z-index2 {
    z-index: 2;
}

.form-group {
    font-size: large;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 700;
    color: #afb7bf;
    max-height: 62px;
}

.form-inputGroup {
    height: 60px;
}

.form-inputGroup i {
    position: relative;
    top: -30px;
    float: right;
    color: #808080;
}

.form-inputGroup input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #808080;
    width: 100%;
    height: 45px;
    font-size: 16px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.form-inputGroup input:focus {
    outline: none;
}

#ui-datepicker-div {
    height: 95%;
    font-size: x-large;
    background-color: whitesmoke;
    width: 100%;
    top: 0px !important;
    margin: auto;
    left: 0px !important;
    right: auto;
    -webkit-box-shadow: inset 1px 15px 30px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 1px 15px 30px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 1px 15px 30px 0px rgba(0, 0, 0, 0.45);
}

.ui-timepicker-wrapper {
    text-align: -webkit-center !important;
}

.ui-datepicker-header {
    background-color: white;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.ui-datepicker-calendar {
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.ui-state-default {
    background-color: whitesmoke;
}

.ui-datepicker table {
    font-size: 1.2em;
}

.ui-widget .ui-widget-content {
    border: 0px !important;
}

.ui-widget-content {
    border: 0px !important;
}

.ui-datepicker {
    padding: 0px !important;
}

.ui-widget {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif !important;
}

.ui-corner-all {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.ui-widget-header {
    border: 0px solid #dddddd !important;
    background: #00569c !important;
    color: white !important;
    font-weight: 500 !important;
    left: 2px;
    font-size: 15px;
}

.ui-datepicker .ui-datepicker-header {
    padding: .5em 0 !important;
    height: 45px;
}

.ui-widget-header a {
    color: white !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 0px solid !important;
    background: transparent !important;
}

.ui-timepicker-area {
    top: 0px;
    position: absolute;
    font-size: 15px;
    color: grey;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid !important;
    border-radius: 60%;
    padding: 10px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
    display: inline-block !important;
    width: 40px;
    height: 40px;
    background: #c5c5c5 !important;
    color: gray !important;
}

.ui-datepicker table {
    color: grey !important;
    font-size: .8em !important;
}

.ui-datepicker th {
    font-size: 12px;
    font-weight: 500 !important;
}

.ui-datepicker td a {
    background: white !important;
}

.modal-body .selectedate {
    font-weight: 600;
    color: white;
    margin: auto;
    width: 80%;
}

.modal-for-client .modal-dialog {
    width: 100% !important;
    margin:22px 0px !important;
}

.modal-for-client .modal-body {
    height: 80%;
}

.modal-for-client .modal-header {
    background-color: #2f3182;
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    height: 45px;
    border-bottom: 0px solid !important;
    -webkit-box-shadow: inset 0px 5px 25px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: inset 0px 5px 25px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.45);
}

.modal-for-client .modal-header i {
    color: white;
    font-size: 18px;
    float: left;
    cursor: pointer;
}

.modal-for-client .modal-header .close {
    color: white;
}

.check-time {
    font-size: 15px;
    height: 30px;
    padding: 10px 15px !important;
    border-radius: 18px;
    text-align: center;
    cursor: pointer;
    color: grey;
    width: 60px;
}

.check-time.disabled {
    background-color: rgba(109, 106, 106, 0.7) !important;
    pointer-events: none !important;
    cursor: default !important;
    color: grey !important;
}

.error {
    border-bottom: 1px solid darkred !important;
    border-left: 0px !important;
    border-right: 0px !important;
    background-color: rgba(136, 14, 17, 0.34);
    border-radius: 5px;
}

nav {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}

a:hover {
    outline: none;
    color: white;
    text-decoration: none;
}

.modal-body a:hover {
    color: #005591 !important;
}

@media screen and (max-width: 400px) {
    .media-area {
        width: 250px !important;
    }

    .appointment-panel-btn.photos, .appointment-panel-btn.videos {
        height: 45px !important;
        width: 85px !important;
        padding: 15px 0px !important;
    }

    .appointment-panel-btn.voices {
        height: 45px !important;
        width: 85px !important;
        padding: 5px !important;
    }
}

.appointment-panel-btn {
    position: fixed;
    right: 0px;
    height: 30px;
    width: 85px;
    padding: 7px;
    font-size: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0px;
    color: white;
    text-align: center;
    background-color: #2989d5;
    line-height: 14px;
    z-index: 3;
    -moz-transform: rotate(270deg); /* FF3.5+ */
    -o-transform: rotate(270deg); /* Opera 10.5 */
    -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
}

.appointment-panel-btn a {
    color: white;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    cursor: pointer;
}

.appointment-panel-btn.videos {
    top: 55px;
}

.appointment-panel-btn.photos {
    top: 150px;
}

.appointment-panel-btn.voices {
    top: 245px;
    padding: 0px !important;
}

.media-area {
    height: 75%;
    display: none;
    position: fixed;
    right: 0px;
    width: 360px;
    background: whitesmoke;
    z-index: 29;
    -moz-box-shadow: 0 30px 16px rgba(0, 0, 0, .25), 0 30px 16px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 30px 16px rgba(0, 0, 0, .25), 0 30px 16px rgba(0, 0, 0, .1);
    box-shadow: 0 30px 16px rgba(0, 0, 0, .25), 0 30px 16px rgba(0, 0, 0, .1);
    border-radius: 3px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: auto;
    top: 85px;
}

@media screen and (max-height: 480px) {
    .container {
        font-size: 12px !important;
    }
}

.right5 {
    right: 5px;
}

.right30 {
    right: 30px;
}

.bottom10 {
    bottom: 10px;
}

.upload-buttons a:hover {
    color: #2f3182 !important;
}

.table-area {
    margin-top: 25px;
}

.table-area-header {
    font-size: 20px;
    color: #747989;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.table {
    background-color: white;
    color: #747989;
    height: 40px;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    padding: 5px 20px;
    border-bottom-style: outset;
    border-bottom-width: thin;
    border-bottom-color: #eee;
}

.table .header {
    float: left;
    padding: 0px 5px;
    font-weight: 500;
}

.table .content {
    float: right;
    font-weight: 500;
    margin-bottom: 0px;
}

.p20 {
    padding: 20px;
}

.br0 {
    border: 0px;
}

.br1 {
    border: 1px solid;
}

.owl-carousel {
    text-align: -webkit-center;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overflow-hidden {
    overflow: hidden;
}

.loadingScreen {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white url('../img/facebook.gif') 50% 50% no-repeat;
}

.fnt-weight700 {
    font-weight: 700;
}

.margin5-5 {
    margin: 5px 5px;
}

.margin5 {
    margin: 5px;
}

.margin15 {
    margin: 15px;
}

.margin25-5 {
    margin: 25px -5px;
}

.margin1515 {
    margin: 15px 15px;
}

.margin1015 {
    margin: 10px 15px;
}

.bbrradius5 {
    border-bottom-right-radius: 5px;
}

.btrradius5 {
    border-top-right-radius: 5px;
}

.videoCall-canvas.btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: white;
    position: absolute;
    top: 345px;
}

.videoCall-canvas.btn.clear {
    background-color: rgba(0, 0, 0, 0.3);
    left: 130px;
}

.videoCall-canvas.btn.delete {
    background-color: darkred;
    left: 250px;
}

.videoCall-canvas.btn.save {
    background-color: #2989d5;
    left: 190px;
}

.col-md-5.appointment-table {
    position: fixed;
    top: 70px;
    display: none;
    height: 400px;
    z-index: 1040;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0px;
    width: 600px;
    -webkit-box-shadow: 6px 3px 32px -1px rgba(21, 144, 190, 0.35);
    -moz-box-shadow: 6px 3px 32px -1px rgba(21, 144, 190, 0.35);
    box-shadow: 6px 3px 32px -1px rgba(21, 144, 190, 0.35);
}

.videocall-panel-btn {
    position: fixed;
    top: 150px;
    right: 0px;
    height: 120px;
    width: 35px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0px;
    color: white;
    background-color: #2989d5;
    line-height: 14px;
    z-index: 999;
}

.videocall-panel-btn, .upload-photos-panel-btn:focus {
    outline: none;
}

.videocall-panel-btn label, .upload-photos-panel-btn label {
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    white-space: initial;
    top: 58%;
    left: 50%;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 12px;
}

.videocall-panel-btn.after, .upload-photos-panel-btn.after {
    right: 600px;
}

.videoCall-Button-Area {
    position: absolute;
    left: calc(50% - 87px);
    bottom: 20px;
    z-index: 1000;
    display: flex;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 12px;
    border-radius: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.videoCall-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.videoCall-button button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #969696;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
}

.videoCall-button button:focus {
    outline: none;
}

.videoCall-button button:hover {
    transform: translateY(-2px);
}

.videoCall-button button:active {
    transform: translateY(1px);
}

/* Aktif Durum */
.videoCall-button.active button {
    transform: scale(0.95);
}

/* Disabled Durum */
.videoCall-button.disabled button {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: 0.7;
}

.videoCall-button.disabled:hover button {
    transform: none;
    box-shadow: none;
}

.btn.btn-white.canvas-settings {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #2989d5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

.btn.btn-white.canvas-settings:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    background-color: #f8f9fa;
}

.btn.btn-white.canvas-settings:active {
    transform: translateY(1px);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.btn.btn-white.canvas-settings.active {
    background-color: #2989d5;
    color: white;
    box-shadow: 0 2px 5px rgba(41, 137, 213, 0.4);
}

.btn.btn-white.canvas-settings i {
    font-size: 18px;
    transition: all 0.2s ease;
}

.btn.btn-white.canvas-settings:hover i {
    transform: scale(1.1);
}

.btn.btn-white.canvas-settings.pencil,
.btn.btn-white.canvas-settings.eraser,
.btn.btn-white.canvas-settings.circle,
.btn.btn-white.canvas-settings.zoom {
    position: relative;
}

.btn.btn-white.canvas-settings::after {
    content: attr(title);
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.btn.btn-white.canvas-settings:hover::after {
    opacity: 1;
    visibility: visible;
    left: 56px;
}

.btn.btn-white.canvas-settings.pencil i {
    color: #2989d5;
}

.btn.btn-white.canvas-settings.eraser i {
    color: #e74c3c;
}

.btn.btn-white.canvas-settings.circle i {
    color: #2ecc71;
}

.btn.btn-white.canvas-settings.zoom i {
    color: #f39c12;
}

.btn.btn-white.canvas-settings.active i {
    color: white;
}

/* Container style for canvas tools */
.solPanelDetailed {
    position: absolute !important;
    top: 8px !important;
    left: 6px !important;
    background: #fff !important;
    padding: 8px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 1;
}

.element_to_magnify {
    position: relative;

}

.magnify_glass {
    z-index: 10;
    position: absolute;
    border: 4px solid #CCC;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    display: none;
}

.chosen_photo {
    background: #fff;
    border-radius: 4px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.all_videos {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    border: 1px solid #bfbfbf;
    padding: 7px 4px;
    height: 70px;
    border-radius: 4px;
}

.all_photos {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
    border: 1px solid #bfbfbf;
    padding: 7px 4px;
    height: 70px;
    border-radius: 4px;
}

.upload-photos-panel-btn {
    position: fixed;
    top: 280px;
    right: 0px;
    height: 120px;
    width: 50px;
    line-height: 14px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border: 0px;
    white-space: nowrap;
    color: white;
    background-color: #2989d5;
    z-index: 999;
}

.upload-photos-panel {
    position: fixed;
    top: 280px;
    display: none;
    height: 200px;
    right: 0px;
    width: 600px;
    z-index: 1039;
    -webkit-box-shadow: 6px 3px 32px -1px rgba(21, 144, 190, 0.35);
    -moz-box-shadow: 6px 3px 32px -1px rgba(21, 144, 190, 0.35);
    box-shadow: 6px 3px 32px -1px rgba(21, 144, 190, 0.35);
}

.nav-tabs a:hover {
    color: #2989d5;
}

#beforeAudios {
    border: 2px solid;
    border-color: #1590be;
    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: -3px;
    margin-right: 5px;
    border-radius: 5px;
    height: 90px;
    white-space: nowrap;
}

#beforePhotos {
    border: 2px solid;
    color:#DAD2AA;
    background-color: #F8781C;    display: inline-block;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: -3px;
    margin-right: 5px;
    border-radius: 5px;
    height: 90px;
    width: 100%;
    white-space: nowrap;
    padding: 5px;
}

#beforeVideos {
    border: 2px solid;
    border-color: #1590be;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: -3px;
    margin-right: 5px;
    border-radius: 5px;
    height: 90px;
    padding: 5px 0px;
    white-space: nowrap;
}

.nav.nav-tabs > li {
    top: -38px;
}

.client-videocall-buttons {
    position: absolute;
    background: transparent;
    z-index: 1000;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    bottom: -23px;
    cursor: pointer;
    border: 0px;
    font-size: large;
}

.client-videocall-buttons button {
    color: white;
}

.client-videocall-buttons button:focus {
    outline: none;
}

.client-videocall-buttons.end {
    left: -190px;
    background-color: darkred;
}

.client-videocall-buttons.take-photo {
    left: -130px;
    background-color: #2989d5;
}

.client-videocall-buttons.take-video {
    left: -250px;
    background-color: white;
    color: black;
    padding: 11px 14px;
}

.client-videocall-buttons.reConnect {
    left: -310px;
    background-color: green;
}

.navbar {
    position: fixed !important;
    width: 100% !important;
    z-index: 999 !important;
}

.rate span {
    cursor: pointer;
    background: url('../img/star-off.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .slide-information {
        margin-top: -60px;
    }
}

.mr15 {
    margin-right: 15px;
}

.mt45 {
    margin-top: 45px;
}

.mt-5 {
    margin-top: -5px;
}

.min-height55 {
    min-height: 55px !important;
}

.min-height64 {
    min-height: 64px !important;
}

.height90 {
    height: 90px;
}

.height47 {
    height: 47px;
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;
}

.p0 {
    padding: 0px;
}

.height380 {
    height: 380px;
}

.right55 {
    right: 55px !important;
}

.font-family-SanFrans {
    font-family: SanFranciscoDisplay-Light;
}

.mt30 {
    margin-top: 30px;
}

.min-height58 {
    min-height: 58px;
}

.mt-3 {
    margin-top: -3px;
}

.left-10 {
    left: -10px;
}

@media screen and (max-width: 875px) {
    #appOfflineText {
        float: none;
    }
}

.forbrowser {
    display: none;
}

.font-size55 {
    font-size: 55px;
}

.font-weight100 {

    font-weight: 100;
}

.selectRate:before {
    content: "\2605";
    position: absolute;
}

.z-index10000 {
    z-index: 10000;
}

.jk-rating-stars-container .button {
    cursor: pointer
}

.jk-rating-stars-container .button .material-icons {
    font-size: 40px
}

.jk-rating-stars-container .star-button {
    text-shadow: .06em .04em #000
}

.jk-rating-stars-container .star-button.star-on .material-icons {
    color: #00569c;
}

.jk-rating-stars-container .star-button.star-off .material-icons {
    color: #ddd
}

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.jk-rating-stars-container a:hover {
    color: #00569c !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

#detailedVideoCall{
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    background: rgba(33, 37, 41, 0.95) !important;
    backdrop-filter: blur(10px);
}

#detailedVideoCall .modal-body {
    padding: 8px !important;
}

/* Added to make the modal contents fit better at 100% zoom */
#detailedVideoCall .videoCall-Button-Area {
    bottom: 10px;
    background: rgba(33, 37, 41, 0.4);
    backdrop-filter: blur(4px);
    border-radius: 30px;
    padding: 10px 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

#detailedVideoCall .detailed-upload-container {
    font-size: 0.9rem;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border: none;
    transition: all 0.3s ease;
}

#detailedVideoCall .detailed-upload-header {
    color: #2c3e50;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#detailedVideoCall .btn-oper {
    font-size: 12px;
    border-radius: 20px;
    transition: all 0.2s ease;
    font-weight: 500;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#detailedVideoCall .btn-oper.button-green {
    background: linear-gradient(135deg, #2989d5, #1e6eb8);
    box-shadow: 0 4px 10px rgba(41, 137, 213, 0.3);
}

#detailedVideoCall .btn-oper.button-green:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(41, 137, 213, 0.4);
}

#detailedVideoCall .btn-oper.button-blue {
    background: #f8fafc;
    color: #2989d5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(41, 137, 213, 0.2);
}

#detailedVideoCall .btn-oper.button-blue:hover {
    background: #edf2f7;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

#detailedVideoCall .fa-2x {
    font-size: 1.5em;
}

#detailedVideoCall .all_videos, 
#detailedVideoCall .all_photos {
    min-height: 72px;
    max-height: 72px;
    background: #f8fafc;
    border: 2px dashed rgba(41, 137, 213, 0.25);
    border-radius: 10px;
    padding: 7px;
    transition: all 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 #f8fafc;
}

#detailedVideoCall .all_videos:hover, 
#detailedVideoCall .all_photos:hover {
    border-color: #2989d5;
    background: #f1f5f9;
}

#detailedVideoCall .all_videos::-webkit-scrollbar,
#detailedVideoCall .all_photos::-webkit-scrollbar {
    height: 6px;
}

#detailedVideoCall .all_videos::-webkit-scrollbar-track,
#detailedVideoCall .all_photos::-webkit-scrollbar-track {
    background: #f8fafc;
    border-radius: 3px;
}

#detailedVideoCall .all_videos::-webkit-scrollbar-thumb,
#detailedVideoCall .all_photos::-webkit-scrollbar-thumb {
    background-color: #cbd5e0;
    border-radius: 3px;
}

#detailedVideoCall .all_videos::-webkit-scrollbar-thumb:hover,
#detailedVideoCall .all_photos::-webkit-scrollbar-thumb:hover {
    background-color: #a0aec0;
}

/* Modern styling for the canvas containers */
#detailedVideoCall #detailed-video-container,
#detailedVideoCall #window {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
    transition: all 0.3s ease;
}

#detailedVideoCall #canvasphoto {
    border-radius: 15px;
}

#detailedVideoCall .videoCall-button button {
    transition: all 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
}

#detailedVideoCall .videoCall-button .end {
    background-color: rgba(220, 53, 69, 0.9);
}

#detailedVideoCall .videoCall-button .take-video {
    background-color: rgba(255, 255, 255, 0.95);
}

#detailedVideoCall .videoCall-button .take-photo {
    background-color: rgba(41, 137, 213, 0.9);
}

#detailedVideoCall .videoCall-button .clear {
    background-color: rgba(255, 193, 7, 0.9);
}

#detailedVideoCall .videoCall-button button:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

/* Modernize canvas tools */
#detailedVideoCall .solPanelDetailed {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 12px !important;
    padding: 12px 8px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    gap: 10px !important;
}

#detailedVideoCall .btn.btn-white.canvas-settings {
    transition: all 0.2s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    width: 38px;
    height: 38px;
}

#detailedVideoCall .btn.btn-white.canvas-settings:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

#detailedVideoCall .btn.btn-white.canvas-settings.active {
    transform: scale(1.05);
}

/* Color picker dropdown styling */
#detailedVideoCall #drowdowns {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: none !important;
    padding: 4px 8px;
}

#detailedVideoCall #drowdowns button {
    border-radius: 6px;
    padding: 6px 10px;
    transition: all 0.2s ease;
}

#detailedVideoCall #drowdowns button:hover {
    background: rgba(0, 0, 0, 0.05);
}

/* Call buttons styling */
#detailedVideoCall .call-items.call-top-right-items {
    background: rgba(33, 37, 41, 0.4);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 8px 12px;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 15px;
    position: absolute;
    z-index: 100;
}

#detailedVideoCall .call_page_items {
    color: white;
    opacity: 0.8;
    transition: all 0.2s ease;
    padding: 5px;
    cursor: pointer;
}

#detailedVideoCall .call_page_items:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Media preview styling */
#detailedVideoCall .all_videos img,
#detailedVideoCall .all_videos video,
#detailedVideoCall .all_photos img,
#detailedVideoCall .all_photos video {
    border-radius: 10px;
    margin: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

#detailedVideoCall .all_videos video,
#detailedVideoCall .all_photos video {
    width: 100px;
    height: 60px;
    object-fit: cover;
}

#detailedVideoCall .all_videos img:hover,
#detailedVideoCall .all_videos video:hover,
#detailedVideoCall .all_photos img:hover,
#detailedVideoCall .all_photos video:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Empty state styling */
#detailedVideoCall .all_videos:empty::before,
#detailedVideoCall .all_photos:empty::before {
    content: 'Henüz dosya yüklenmedi';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #94a3b8;
    font-size: 14px;
    font-style: italic;
}

.canvasphoto-empty {
    width: 100%;
}

/* Dark theme styles */
#detailedVideoCall .detailed-upload-container {
    background: rgba(40, 44, 52, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

#detailedVideoCall .detailed-upload-header {
    color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#detailedVideoCall .all_videos, 
#detailedVideoCall .all_photos {
    background: rgba(30, 34, 42, 0.7);
    border: 2px dashed rgba(255, 255, 255, 0.2);
}

#detailedVideoCall .all_videos:hover, 
#detailedVideoCall .all_photos:hover {
    border-color: rgba(41, 137, 213, 0.6);
    background: rgba(35, 39, 47, 0.8);
}

/* Smaller button styles */
#detailedVideoCall .videoCall-button button {
    width: 36px;
    height: 36px;
}

#detailedVideoCall .btn.btn-white.canvas-settings {
    width: 32px;
    height: 32px;
}

#detailedVideoCall .btn-oper {
    padding: 5px 10px;
    font-size: 12px;
}

#detailedVideoCall .btn-oper .fa {
    font-size: 14px;
}

#detailedVideoCall #drowdowns button {
    padding: 4px 8px;
}

/* Dark theme for controls */
#detailedVideoCall #detailed-video-container,
#detailedVideoCall #window {
    background: rgba(30, 34, 42, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

#detailedVideoCall .solPanelDetailed {
    background: rgba(40, 44, 52, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#detailedVideoCall #drowdowns {
    background: rgba(40, 44, 52, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

#detailedVideoCall .call-items.call-top-right-items {
    background: rgba(40, 44, 52, 0.7);
}