@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --white: rgb(255,255,255);
    --black: rgb(0,0,0);
    --light-gray: rgb(241,239,235);
    --primary: rgb(97, 31, 115);
    --gray-text: rgb(51,51,51);
    --inter-font: 'Inter', sans-serif;

    --scrollbarBG: rgba(247, 247, 247, 1);
    --thumbBG: rgba(97, 31, 115, 1);
}
::selection {
    background-color: var(--primary);
    color: var(--white);
}

::-webkit-scrollbar {
  width: 8px;
  height:8px;
  border-radius: 8px;
}
::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 8px;
}



body{background: var(--white) !important;margin: 0px;padding: 0px;font-weight: normal;font-style: normal;font-size: 1rem;line-height: 1.5;font-family: var(--inter-font);color: rgba(0, 0, 0, 0.87);/*letter-spacing: 0.00938em;*/}
ul,ol{margin: 0;padding: 0px;list-style-position: inside;}
li{list-style-type:none !important;}
ol li{list-style-type:unset !important;}
img{max-width:100%;}
input.text,input[type="text"],input[type="button"],input[type="submit"],input[type="email"],input[type="tel"],textarea,.input-checkbox{-webkit-appearance: none;border-radius: 0;-webkit-border-radius:0;-webkit-box-shadow:none;box-shadow:none;outline:0;}
h1,h2,h3,h4,h5,h6,p{/*margin:0px;*/line-height: 1.1;}
a{cursor: pointer;text-decoration:none !important;transition:all .4s;-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;}
a:focus, a:focus-visible {text-decoration:none;outline:0;}
button:focus-visible, select:focus-visible, input:focus-visible {outline:0;}
.TC{text-align:center;}
.TL{text-align:left;}
.TR{text-align:right;}
.margin_auto{margin:auto;float:none;}
.padding{padding:0;}
.pr{padding-right: 0px;}
.pl{padding-left: 0px;}
.al{width:100%;height:100%;display:table;}
.alm{width:100%;height:100%;display:table-cell;vertical-align:middle;}

h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty {
    display: none;
    margin: 0;
}

.btn {
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    font-family: var(--inter-font);
    font-weight: 500;
    /*min-width: 64px;*/
    padding: 7px 21px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.btn-primary {
    --bs-btn-color: var(--white);
    --bs-btn-bg: var(--primary);
    --bs-btn-border-color: rgba(67, 21, 80, 0.5);
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: rgb(67, 21, 80);
    --bs-btn-hover-border-color: rgba(67, 21, 80, 1);
    --bs-btn-focus-shadow-rgb: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: rgb(67, 21, 80);
    --bs-btn-active-border-color: rgba(67, 21, 80, 1);
    --bs-btn-active-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    --bs-btn-disabled-color: var(--white);
    --bs-btn-disabled-bg: var(--primary);
    --bs-btn-disabled-border-color: var(--primary);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}
.btn-outline-primary {
    --bs-btn-color: var(--primary);
    --bs-btn-border-color: rgba(67, 21, 80, 0.5);
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: var(--primary);
    --bs-btn-hover-border-color: var(--primary);
    --bs-btn-focus-shadow-rgb: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color: var(--primary);
    --bs-btn-active-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    --bs-btn-disabled-color: #cdcdcd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--light-gray);
    --bs-gradient: none;
}
.btn-danger {
    --bs-btn-color: var(--white);
    --bs-btn-bg: #b02a37;
    --bs-btn-border-color: #b02a37;
    --bs-btn-hover-color: var(--white);
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: var(--white);
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--white);
    --bs-btn-disabled-bg: #b02a37;
    --bs-btn-disabled-border-color: #b02a37;
}
.btn-light {
    --bs-btn-color: #611F73;
    --bs-btn-bg: var(--white);
    --bs-btn-border-color: var(--white);
    --bs-btn-hover-color: #611F73;
    --bs-btn-hover-bg: var(--white);
    --bs-btn-hover-border-color: var(--white);
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #611F73;
    --bs-btn-active-bg: var(--white);
    --bs-btn-active-border-color: var(--white);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #611F73;
    --bs-btn-disabled-bg: var(--white);
    --bs-btn-disabled-border-color: var(--white);
}
.btn-outline-primary svg, 
.btn-primary svg {
    fill: var(--primary);
}
.btn-outline-primary:hover svg, 
.btn-primary:hover svg {
    fill: var(--white);
}
.dark .form-field[disabled] {
    border-color: #999;
    color: #aaa;
}
.dark .btn.btn-outline-primary, 
.dark .btn.btn-outline-primary[disabled] {
    background-color: transparent !important;
    border-color: #999;
    color: #aaa;
    opacity: 1;
}
.dark .btn.btn-outline-primary:is(:hover, :focus, :active, .active) {
    background-color: #999 !important;
    border-color: #999;
    color: rgba(255,255,255,.9);
}
.btn.btn-outline-primary[disabled] {
    color: rgba(0, 0, 0, 0.26);
    border-color: rgba(0, 0, 0, 0.12);
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 8px 22px;
    font-weight: 500;
    border-radius: 4px;
}

.form-input, 
.form-inputs {
    position: relative;
}
.form-input .icon-option {
    width: auto;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.form-inputs .icon-option.all-in-one {
    width: auto;
    position: absolute;
    top: 0px;
    right: 0px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {opacity: 0;display: none;}
input[type="file"] {
    background-color: var(--white);
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    width: 100%;
    height: 56px;
    color: var(--gray-text);
}
input[type="file"]::file-selector-button {
    border-radius: 5px;
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid var(--primary);
    height: calc(100% - 35%);
    margin: 8px 0;
    cursor: pointer;
    margin-right: 15px;
    padding: 0px 10px;
    transition: all .25s ease-in-out;
}
input[type="file"]::file-selector-button:hover {
    background-color: var(--secondary);
    color: var(--gray-text);
    transition: all .25s ease-in-out;
}
input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 0px;
    border: 1px solid #c4c4c4;
    background: var(--white);
}
input[type=checkbox]:before {
    content: '';
    font-size: 0px;
    color: transparent;
    background: transparent;
    display: block;
    text-align: center;
    border: 0px;
    width: 100%;
    height: 100%;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    transition: all .4s ease-in-out;
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 156 152' width='156' height='152'%3e%3cpath fill='%23ffffff' d='m149.5 0.5c1 0 2 0 4 0-1.2 2.2 2.2-0.2 2.2 2.2 0.1 9.4-6.6 12.1-9.4 19.6-25.9 41.4-51.5 83.1-78.2 124.8-2.9 5-18.3 6.6-22.2 0-7.4-9.3-14.9-18.4-22.7-28.3-6.3-6.3-11.2-14.2-17.3-21.7-6-2-7.6-19-1.6-21.8 7.2-11.7 28.7-2.6 30.9 5.5 8 6.4 14.8 13.8 24.7 20.1 29.9-33.4 59.5-67.2 89.6-100.4z'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 100%;
    height: 100%;
    border: 0;
    transform: unset;
}
input[type=checkbox]:checked {
    background: var(--primary);
    border-color: var(--primary);
}
input[type=checkbox]:checked:before {
    border-color: var(--white);
}
input[type="checkbox"].switch{
    position: relative;
    -webkit-appearance: none;
    min-width: 34px;
    width: 34px;
    height: 14px;
    background: rgba(0, 0, 0, 0.4);
    outline: none;
    border-radius: 30px;
    box-shadow: none;
    transition: 0.5s;
}
input[type="checkbox"].switch:before{
    content: '';
    position: absolute;
    right: unset;
    left: -5px;
    top: -4px;
    width: 20px;
    height: 20px;
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    border-radius: 50%;
    /*  transform: scale(1.1);*/
    transition: 0.5s;
}
input[type="checkbox"].switch:checked{
    background: #b08fb9;
    border-color: #b08fb9;
}
input[type="checkbox"].switch:checked:before{
    left: unset;
    right: -5px;
    background: var(--primary);
}
.pure-material-switch {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    font-family: var(--inter-font);
    font-size: 16px;
    line-height: 1.5;
    overflow: visible !important;
}
/* Input */
.pure-material-switch>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    right: 6px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.38);
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
}
/* Span */
.pure-material-switch>.switchTxt {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
/* Track */
.pure-material-switch>.switchTxt::before {
    content: "";
    float: right;
    display: inline-block;
    margin: 5px 0 5px 10px;
    border-radius: 7px;
    min-width: 36px;
    width: 36px;
    height: 14px;
    background-color: rgba(0, 0, 0, 0.38);
    vertical-align: top;
    transition: background-color 0.2s, opacity 0.2s;
}
/* Thumb */
.pure-material-switch>.switchTxt::after {
    content: "";
    position: absolute;
    top: 2px;
    right: 16px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.2s, transform 0.2s;
}
/* Checked */
.pure-material-switch>input:checked {
    right: -10px;
    background-color: rgb(33, 150, 243, 1);
    background-color: rgba(97, 31, 115, 1);
}
.pure-material-switch>input:checked+span::before {
    background-color: rgba(97, 31, 115, 0.6);
}
.pure-material-switch>input:checked+span::after {
    background-color: rgba(33, 150, 243, 1);
    background-color: rgba(97, 31, 115, 1);
    transform: translateX(16px);
}
/* Hover, Focus */
.pure-material-switch:hover>input {
    opacity: 0.04;
}
.pure-material-switch>input:focus {
    opacity: 0.12;
}
.pure-material-switch:hover>input:focus {
    opacity: 0.16;
}
/* Active */
.pure-material-switch>input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}
.pure-material-switch>input:active+span::before {
    background-color: rgba(97, 31, 115, 0.6);
}
.pure-material-switch>input:checked:active+span::before {
    background-color: rgba(0, 0, 0, 0.38);
}
/* Disabled */
.pure-material-switch>input:disabled {
    opacity: 0;
}
.pure-material-switch>input:disabled+span {
    color: rgba(0, 0, 0, 1);
    opacity: 0.38;
    cursor: default;
}
.pure-material-switch>input:disabled+span::before {
    background-color: rgba(0, 0, 0, 0.38);
}
.pure-material-switch>input:checked:disabled+span::before {
    background-color: rgba(97, 31, 115, 0.6);
}
.form-input label.pure-material-switch, 
.form-input.switch-input label.pure-material-switch {
    width: 100% !important;
    max-width: 100%;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}
[dir="rtl"] .pure-material-switch>input {
    left: -11px;
    right: unset;
}
[dir="rtl"] .pure-material-switch>input:checked {
    left: 11px;
    right: unset;
}
[dir="rtl"] .pure-material-switch>.switchTxt {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    align-items: baseline;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
}
[dir="rtl"] .pure-material-switch>.switchTxt::before {
    margin-right: 10px;
    margin-left: 0;
    margin-right: auto;
}
[dir="rtl"] .pure-material-switch>.switchTxt::after {
    left: -4px;
    transform: translateX(4px);
    right: unset;
}
[dir="rtl"] .pure-material-switch>input:checked+span::after {
    transform: translateX(10px);
    left: 10px;
}
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    cursor: pointer;
    border: 1px solid #c4c4c4;
    background: var(--white);
    position: relative;
    border-radius: 100%;
    min-width: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    transition: all .4s ease-in-out;
}
input[type="radio"]:before {
    content: '';
    color: transparent;
    background-color: transparent;
    display: block;
    text-align: center;
    width: 9px;
    height: 9px;
    line-height: normal;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: background .4s ease-in-out;
}
input[type="radio"]:checked {
    background: var(--primary);
    border-color: var(--primary);
}
input[type="radio"]:checked:before {
    background-color: var(--white);
}
.radio-box-item {
    position: relative;
}
.radio-box-item input[type="radio"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.radio-box-item label {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: var(--light-gray);
    color: var(--gray-text);
    border-radius: 30px;
    font-size: smaller;
    padding: 8px 18px;
    margin: 0;
}
.radio-box-item input[type="radio"]:hover~label, 
.radio-box-item input[type="radio"]:checked~label {
    background-color: var(--tan);
}
.switch-input-list {
    display: flex;
    flex-flow: column;
    /*    padding: 8px 0px;*/
    margin: 0;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.form-input.switch-input {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.form-input p, 
.form-input li, 
label {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: normal;
    color: var(--gray-text);
    font-family: var(--inter-font);
}
p a, 
.form-input p a {
    color: var(--primary);
    text-decoration: underline !important;
}
p a:hover, 
.form-input p a:hover {
    color: rgb(67, 21, 80);
}
label {
    width: 100%;
    margin-bottom: 5px;
}
.form-input table td, 
.form-input table th {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -.6px;
    color: var(--gray-text);
    font-family: var(--inter-font);
    font-weight: normal;
}
.form-input ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
}
.form-input ul.radio-box-list, .radio-box-list {
    gap: 10px;
}
.form-input li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
} 
.form-field {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    color: var(--gray-text);
    font-family: var(--inter-font);
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    background-color: transparent;
}
.form-field::placeholder {
    color: var(--gray-text);
    opacity: .5;
}
input.form-field {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    padding: 10px;
    border-color: #c4c4c4;
}
input[type="checkbox"]~label {
    width: auto;
    margin: 0;
}
.form-input.switch-input label {
    width: calc(100% - 40px - 6px);
}
textarea.form-field {
    width: 100%;
    /*    min-height: 126px;*/
    padding: 10px;
    border-color: #c4c4c4;
}
select option:is(:checked, :selected, :hover, :focus) {
    background-color: rgba(97, 31, 115, 0.8) !important;
    color: var(--white) !important;
}
select:focus>option:focus, 
select:focus>option:hover, 
select:focus>option:selected, 
select:focus>option:checked {
    background-color: rgba(97, 31, 115, 0.8) !important;
    color: var(--white) !important;
}
select:focus>option[disabled]:checked {
    background-color: transparent !important;
}
select.form-field {
    width: 100%;
    height: 56px;
    padding: 0px 34px 0px 14px;
    background-color: transparent;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 97% 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9 4L15.9999 5.23753L7.99994 12.3487L-6.10352e-05 5.23753L1.09986 4L7.99994 10.1334L14.9 4Z' fill='black'/%3E%3C/svg%3E%0A");
}
[dir="rtl"] select.form-field {
    padding: 0px 14px 0px 34px;
    background-position: 5% 50%;
}

.signForm {
    height: 100vh;
    color: var(--gray-text);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-basis: 100%;
    max-width: 100%;
    background-color: var(--primary);
}
.signForm .row {
    row-gap: 30px;
}
.signForm .col-xl-5 .h-100.d-flex {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px, rgba(0, 0, 0, 0.12) 0px 1px 18px 0px;
}
.signForm img.logo {
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.form-input label {
    /*position:absolute;
    top:36%;
    width: auto;
    max-width: calc(100% - 20px)*/;
}
.form-input label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--inter-font);
    font-weight:300;
    padding: 0 12px;
    color:rgba(0, 0, 0, 0.6);
    /*    background-color: var(--white);*/
    font-size:16px;
    text-transform:capitalize;
    letter-spacing:0px;
    line-height: normal;
    margin: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.form-input textarea.form-field~label {
    top: 20%;
    transform: translateY(-20%);
}
.form-input textarea:not(:placeholder-shown) + label
.form-input textarea.form-field:focus + label, 
.form-input textarea.form-field~label.active, 
.form-input label.active, 
.form-input input:focus + label, 
.form-input input:not(:placeholder-shown) + label {
    top: 0;
    font-size: .8rem;
    background-color: var(--white);
    padding: 7px;
}
.form-input textarea:not(:placeholder-shown) + label
.form-input textarea.form-field:focus + label, 
.form-input textarea.form-field~label.active {
    transform: translateY(-50%);
}
.preview .dark .preview-inner .form-input label.active, 
.preview .dark .preview-inner .form-input input:focus + label, 
.preview .dark .preview-inner .form-input input:not(:placeholder-shown) + label {
    background-color: var(--black);
}
.form-input label[dir="ltr"], 
[dir="ltr"] .form-input label {
    left: 10px;
    right: unset;
}
.form-input label[dir="rtl"], 
[dir="rtl"] .form-input label {
    right: 10px;
    left: unset;
}
.form-input label.active {
    /*top: -6px;*/
    top: 0px;
    color: var(--primary);
}
.form-field:is(:hover, :focus, :active, .active), 
.form-input label.active~.form-field {
    border-color: var(--primary);
}
.dark .form-field:is(:hover, :focus, :active, .active), 
.dark .form-input label.active~.form-field {
    border-color: #c4c4c4;
}
.form-input.switch-input label {
    background-color: transparent;
    transform: unset;
    position: relative;
    padding: 0;
    right: 0;
    left: 0;
    top: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-family: var(--inter-font);
}
.select-text {
    position: relative;
    height: 56px;
    background-color: transparent;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    font-size: 16px;
    line-height: normal;
    color: var(--gray-text);
    font-family: var(--inter-font);
}
.select-text:focus {
    outline: none;
    border-color: var(--primary);
}
.select-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /*padding: 0 5px;
    left: 10px;
    top: 12px;*/
    transition: 0.2s ease all;
}
.select-text:valid~.select-label, 
.select-text:focus~.select-label {
    color: var(--primary);
    /*    top: -8px;*/
    top: 0;
    font-size: .8rem;
    background-color: var(--white);
    transition: 0.2s ease all;
}
.select-text:valid:not(focus)~.select-label {
    color: rgba(0, 0, 0, 0.26);
    background-color: var(--white);
}
.select-text:valid:focus~.select-label {
    color: var(--primary);
    background-color: var(--white);
}
.signForm .form-input-btn, 
.signForm .form-input {
    margin-bottom: 35px;
}
.signForm form .form-input-btn:last-child, 
.signForm form .form-input:last-child {
    margin: 0;
}
.form-main {
    background-color: var(--white);
    border-radius: 5px;
    box-shadow: 0 0 3px 0 #eee;
    padding: 14px 20px 30px 20px;
    max-width: 560px;
    width: 96%;
    margin: 0 auto;
}
.form-main .title {
    color: var(--primary);
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.form-main .subtitle {
    font-size: 28px;
    line-height: 1.2;
    font-weight: normal;
    margin-bottom: 1.5rem;
}
.form-main form {
    margin: 22px 0 0;
}
.form-main .form-input p.mb-3 {
    margin-bottom: 20px !important;
}
.signForm form .form-input:last-child p:last-child {
    margin: 0;
}
.signForm .form-input-btn .btn {
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0;
    font-weight: normal;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
    border-radius: 4px;
}
.signForm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pic-holder {
    text-align: center;
    position: relative;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    width: 130px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pic-box {
    text-align: center;
    position: relative;
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pic-box.cover-img, 
.pic-holder.cover-img {
    width: 100%;
    max-width: 15rem;
}
.pic-box.active, 
.pic-holder.active {
    border-color: var(--primary);
}
.pic-holder input.uploadProfileInput {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.pic-box .profile-image, 
.pic-box .pic, 
.pic-holder .pic {
    aspect-ratio: 1/1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
} 
.pic-box .cover-image, 
.pic-holder .cover-image {
    aspect-ratio: 16/10;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.pic-box .cover-image~img.profile-image, 
.pic-holder .cover-image~img.profile-image {
    width: 50%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0;
    margin-top: -25%;
}
.form-input .pic-box label {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    transform: unset !important;
}
.pic-holder .upload-file-block,
.pic-holder .upload-loader {
    max-width: 100% !important;
    /*position: absolute;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    bottom: 0;*/
    position: relative;
    transform: unset;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 0px !important;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.26);
    color:rgba(0, 0, 0, 0.6);
    font-size: 0.875rem !important;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.pic-holder .upload-file-block {
    cursor: pointer;
}
.pic-holder:hover .upload-file-block,
.uploadProfileInput:focus~.upload-file-block {
    opacity: 1;
}
.pic-holder.uploadInProgress .upload-file-block {
    display: none;
}
.pic-holder.uploadInProgress .upload-loader {
    opacity: 1;
}
/* Snackbar css */
.snackbar {
    visibility: hidden;
    min-width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
    transform: translateX(-50%);
}
.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
.pic-box label, 
.pic-holder label {
    width: 100% !important;
    background-color: transparent !important;
}
#nav-choosing-template .pic-box {
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    overflow: hidden;
    /*    max-width: 345px;*/
}
.dark .pic-box, 
.dark .pic-holder {
    background-color: var(--black);
}
.dark .pic-box label>*, 
.dark .pic-box label, 
.dark .pic-holder label>*, 
.dark .pic-holder label {
    color: #eeeeee;
}
header {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0px;
    z-index: 3;
    background-color: var(--primary);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 0 50px;
    height: 110px;
    align-items: center;
    display: flex;
}
header .row {
    justify-content: space-between;
    align-items: center;
}
header .logo-main {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;
    /*margin-right: auto;*/
    padding: 0;
}
header .logo-main img {
    width: auto;
    height: 36px;
    object-fit: contain;
}
.closebtn {
    display: none;
}
.sidebarMenu-icon {
    /*width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -o-fit-content;*/
    width: 74px;
    display: none;
    padding: 0;
}
.mainDiv {
    padding-top: 110px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sidebarMenu {
    width: 337px;
    height: calc(100vh - 110px);
    overflow-y: auto;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    padding: 18px 0;
}
.sideContentMain {
    width: 100%;
    height: calc(100vh - 110px);
    overflow-x: hidden;
    padding: 15px;
}
.sidebarMenu + .sideContentMain {
    width: calc(100% - 337px);
}
.max-width-1710 {
    max-width: 1710px;
    margin: 0 auto;
}
.sidebarMenu ul.nav {
    padding: 10px 0;
    position: relative;
}
.sidebarMenu ul.nav li + li {
    margin-top: 12px;
}
.sidebarMenu ul.nav li a.nav-link {
    padding: 16px 32px;
    font-size: 21px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.6);
    font-family: var(--inter-font);
    font-weight: 500;
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 20px;
    background-color: transparent;
    border-right: 6px solid transparent;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0;
}
.sidebarMenu ul.nav li a.nav-link svg {
    width: 32px;
    height: 32px;
}
.sidebarMenu ul.nav li[disable] a.nav-link {
    color: #cbcbcb;
    cursor: no-drop;
}
.sidebarMenu ul.nav li[disable] a.nav-link img, 
.sidebarMenu ul.nav li[disable] a.nav-link svg {
    fill: #cbcbcb;
}
.sidebarMenu ul.nav li a.nav-link:hover,.sidebarMenu ul.nav li a.nav-link.active {
    color: rgba(97, 31, 115, 1);
    border-right-color: rgba(97, 31, 115, 1);
    background-color: rgba(190, 73, 221, 0.2);
}
.sidebarMenu ul.nav li a.nav-link.active {
    font-weight: 600;
}
.sidebarMenu ul.nav li a.nav-link:hover img,
.sidebarMenu ul.nav li a.nav-link.active img, 
.sidebarMenu ul.nav li a.nav-link:hover svg,
.sidebarMenu ul.nav li a.nav-link.active svg {
    filter: invert(17%) sepia(25%) saturate(5112%) hue-rotate(267deg) brightness(92%) contrast(98%);
}

.sidebarMenu ul.nav li a.nav-link:hover svg path,
.sidebarMenu ul.nav li a.nav-link.active svg path,
.sidebarMenu ul.nav li a.nav-link:hover svg circle,
.sidebarMenu ul.nav li a.nav-link.active svg circle {
    stroke-opacity:1;
    color: rgba(97, 31, 115, 1);
    opacity: 1;
}

.sidebarMenu ul.nav li[disable] a.nav-link:hover {
    background-color: rgba(203,203,203,.1);
    color: #cbcbcb;
    border-color: #cbcbcb;
}
.sidebarMenu ul.nav li[disable] a.nav-link:hover img, 
.sidebarMenu ul.nav li[disable] a.nav-link:hover svg {
    filter: unset;
    fill: #cbcbcb;
}
.sideContentMain .row.m-0 {
    row-gap: 30px;
}
form.settings.row {
    row-gap: 30px;
}
.form-main.ideas, 
.form-main.setting, 
.form-main.profile {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.form-main.profile label {
    font-size: 12px;
}
.form-main.profile h2 {
    font-weight: normal;
    letter-spacing: 0.00938em;
    margin-bottom: 8px;
}
.form-main.profile p {
    font-size: 16px;
    line-height: 1.4;
    color: var(--gray-text);
    font-family: var(--inter-font);
    font-weight: normal;
    letter-spacing: 0.00938em;
}
.editLecture-tab-panel .btn-lg, 
.newPresentation-form .form-inputs .btn, 
.form-main.ideas .btn {
    font-family: var(--inter-font);
    border-radius: 4px;
    padding: 13px 5px;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.4375em;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
}
.preview-container {
    /*width: 325px;
    height: 658px;
    padding: 15px 18px 20px;
    margin: auto;
    overflow: hidden;
    background-image: url(../images/preview-frame-phone.png);
    background-repeat: no-repeat;
    background-size: 325px;
    background-position: top;*/
}
.preview-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.preview-header img.cover-image~img.profile {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}
.preview .dark .preview-inner svg {
    user-select: none;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
}
.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.nav-tabs .nav-link {
    font-size: 1rem;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent !important;
    outline: 0px;
    border: 0px !important;
    margin: 0px;
    border-radius: 0px !important;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none !important;
    font-family: var(--inter-font);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    max-width: 360px;
    min-width: 90px;
    position: relative;
    min-height: 48px;
    flex-shrink: 0;
    padding: 12px 16px;
    overflow: hidden;
    white-space: normal;
    text-align: center;
    flex-direction: column;
    color: rgba(0, 0, 0, 0.6);
    border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--primary) !important;
    color: var(--primary);
}
.setting-tab-panel .tab-content .tab-pane {
    padding: 26px 0;
}
.setting-tab-panel .form-inputs.row {
    row-gap: 30px;
}
.form-input.switch-input [data-bs-toggle="tooltip"] svg {
    /* color: #999999; */
    width: 20px;
    height: 20px;
}
.gray-tooltip {
    /*    --bs-tooltip-bg: rgba(97, 97, 97, 0.92);*/
    --bs-tooltip-bg: rgba(97, 97, 97, 1);
    --bs-tooltip-color: var(--white);
    --bs-tooltip-opacity: 1;
}
.accordion-item {
    --bs-accordion-color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: var(--inter-font);
    font-weight: 400;
    letter-spacing: 0.00938em;
}
#sociaLinkAccordion .accordion-body {
    padding: 8px 16px 16px;
}
.accordion-body p {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.87);
    font-family: var(--inter-font);
    font-weight: 400;
    letter-spacing: 0.00938em;
}
.accordion-body p:last-child {
    margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: var(--white) !important;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%212529'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
.accordion-body.row {
    row-gap: 16px;
}
#presListAccordion .accordion-button {
    font-size: 1.5rem;
    min-height: 68px;
}
#presListAccordion a.w-100.btn {
    font-family: var(--inter-font);
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    padding: 7px 21px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.newPresentation-form .form-inputs {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 15px;
}
.editLecture-tab-panel .form-inputs.d-flex .form-input, 
.newPresentation-form .form-inputs .form-input, 
.newPresentation-form .form-inputs .form-input-width {
    width: calc(80% - 15px);
}
.editLecture-tab-panel .form-inputs.d-flex .form-input-btn, 
.newPresentation-form .form-inputs .form-input-btn {
    width: 20%;
}
.lecture-program hr {
    height: auto;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    margin: 0.3rem 0;
}

ul.podcast-episodes hr {
    opacity: 0;
}
ul.podcast-episodes li {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
}
ul.podcast-episodes li a {
    padding: 6px 16px;
    text-align: right;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: var(--black);
    font-family: var(--inter-font);
}
.dark ul.podcast-episodes li a {
    padding: 6px 16px;
    text-align: right;
    display: block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: var(--white) !important;
    font-family: var(--inter-font);
}
ul.podcast-episodes li a[aria-disabled="true"] {
    opacity: 0.38;
    pointer-events: none;
    cursor: default;
}
.podcast-episodes .pure-material-switch>.switchTxt::after {
    top: 6px;
}
.form-input.switch-input.accordion {
    flex-flow: row;
}
.form-input.switch-input.accordion label.pure-material-switch {
    width: calc(100% - 30px) !important;
}
.form-input.switch-input.accordion .tab {
    border: 0;
    background: transparent;
    box-shadow: none;
    width: 30px;
    height: auto;
    line-height: 0;
    cursor: pointer;
}
.form-input.switch-input.accordion .tab svg {
    color: rgba(0, 0, 0, 0.6);
}
.form-input.switch-input.accordion .tab.active svg {
    transform: rotate(180deg);
}
.form-input.switch-input.accordion .tab label {
    padding: 0;
    width: 100%;
    max-width: 100%;
}
.switch-cnt {
    padding: 15px;
    border: 0px solid rgba(0, 0, 0, 0.12);
    margin: 10px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,.1);
}
.mr-0 { 
    margin-right: 0px;
}
.ml-0 { 
    margin-left: 0px;
}
.pr-0 { 
    padding-right: 0px;
}
.pl-0 { 
    padding-left: 0px;
}
[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}
#edit-presentation-form .col-5.form-input,
#new-presentation-form .col-5.form-input {
    width: 41.66666667%;
}
#edit-presentation-form .col-7.form-input,
#new-presentation-form .col-7.form-input {
    width: 58.33333333%;
}
header .new-lecture {
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 28px;
}
.profile-dropdown {
    width: auto;
    padding: 0;
    margin-right: 25px;
}
.profile-dropdown .dropdown-toggle {
    border: 3px solid var(--white);
    padding: 0;
    margin: 0;
    border-radius: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
}
.profile-dropdown .dropdown-toggle:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--white);
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
    display: none;
}
.profile-dropdown.show .dropdown-toggle:before {
    display: block;
}
.profile-dropdown .dropdown-toggle::after {
    display: none;
}
.profile-dropdown .profile-img {
    width: 55px;
    height: auto;
    border-radius: 100%;
    object-fit: contain;
    aspect-ratio: 1/1;
}
.dropdown-menu {
    position: absolute;
    border: 0;
    min-width: 258px;
    border-radius: 11px;
    box-shadow: 0px 4px 20px 0px rgba(97, 31, 115, 0.1);
    transition: all .4s ease-in-out;
}
.profile-dropdown .dropdown-menu {
    left: 10%;
    margin-top: 10px;
    border-radius: 16px;
    padding-bottom: 18px;
}
.profile-dropdown .dropdown-menu .dropdown-item{
    column-gap:8px;
}
.dropdown-profilebox {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    display: flex;
    flex-flow: row;
    align-items: center;
    gap: 10px;
}
.dropdown-profilebox .profile {
    width: 55px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 100%;
}
.profile-txt {
    display: flex;
    flex-flow: column;
    gap: 4px;
}
.profile-txt .name {
    font-size: 1rem;
    line-height: 1.1;
    color: var(--black);
    font-weight: 600;
    margin: 0;
}
.profile-txt .mail {
    font-size: 14px;
    line-height: 1.1;
    color: var(--black);
    font-weight: 400;
    margin: 0;
    line-break: anywhere;
}
.dropdown-item {
    color: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    flex-flow: row;
    align-items: center;
    column-gap: 7px;
}
.profile-dropdown .dropdown-item{
    line-height: 42px;
    padding-top: 0;
    padding-bottom: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #611F73;
    background-color: rgba(190, 73, 221, 0.2);
}
.dropdown-item:focus img, 
.dropdown-item:hover img, 
.dropdown-item:focus svg, 
.dropdown-item:hover svg {
    filter: invert(17%) sepia(25%) saturate(5112%) hue-rotate(267deg) brightness(92%) contrast(98%);
}
.dropdown-item:focus svg path, 
.dropdown-item:hover svg path {
    stroke-opacity: 1;
    color: rgba(97, 31, 115, 1);
} 


.profile-dropdown .back-drop-respon {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: -100%;
    transform: translateX(-100%);
    z-index: -1;
    transition: all .4s ease-in-out;
    display: none;
}

@media screen and (max-width: 1200px) {
    .signForm img.logo {max-width: 350px;}
    .form-main .title {font-size: 40px;}
    .form-main .subtitle {font-size: 22px;}
    input.form-field {height: 50px;}
.form-input label {/*top:15px;*/}
.form-input label.active {/*top: -10px;*/}
}

@media screen and (min-width: 768px) {
    .preview {position: sticky;top: 0;left: 0;}
}
@media screen and (max-width: 767px) {
    .lecture-preview .computer-theme2 .experience-right h1 {
        font-size: 0.75rem;
    }
    .lecture-preview  .experience-left .person-name {
        font-size: 0.6rem;
        padding-top: 24px;
    }
    .lecture-preview .conversation-left form input.form-field,
    .lecture-preview .conversation-left textarea.form-field,
    .lecture-preview .conversation-left .btn[disabled] {
        font-size: 0.6rem;
    }
    .form-main .title {font-size: 36px;}
    .form-main .subtitle {font-size: 20px;}
    .signForm img.logo {max-width: 260px;}
    a.btn .btn-txt {display: none;}
}
@media screen and (max-width: 575px) {
    .form-main .title {font-size: 32px;}
    .signForm .row .col-xl-7 {display: none;}
}
@media screen and (max-width: 481px) {
    .editLecture-tab-panel .nav-tabs .nav-link {font-size: .8rem;padding: 12px;}
}
@media screen and (max-width: 340px) {
    .editLecture-tab-panel .nav-tabs .nav-link {font-size: .7rem;padding: 8px;}
    /*.preview-container {width: 100%;}*/
}
@media screen and (min-width: 991px) and (max-width: 1357px) {
    .presentation-preview {background-size: 100% 640px;overflow: hidden;}
    .presentation-preview .preview-container {padding: 8px 16px;}
}

.tab-content-main .tab-content {
    max-height: inherit !important;
}

/* add presentation page tab menu */
.images-list .images-item.uploading-picture[style] .file-upload-btn button {
    /*background-color: rgba(255, 255, 255, 0.5);*/
}
.bg-light-grey {
    background-color: #f7f7f7;
}
.add-presentation-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem 2.5rem 1rem 1.5rem;
    min-height: 74px;
}
.tab-content-main .add-presentation-tab-content #lecture-details  {
    max-width: 765px;
    margin: 0 auto
}
.cancellation-btn {
    min-width: 20%;
}
.cancellation-btn a {
    font-weight: 600;
    font-size: 1rem;
    color: rgba(0,0,0,0.6);
    font-family: var(--inter-font);
    border-color: rgba(0, 0, 0, 0.2);
}
.add-presentation-tabs .tab-btn-group {
    min-width: 20%;
    text-align: left;
}
.add-presentation-tabs .tab-btn-group .btn {
    font-size: 16px;
    font-weight: 700;
    padding: 5px 21px;
}
.add-presentation-tabs .tab-btn-group .btn.btn-outline-primary {
    border-color: rgba(0, 0, 0, 0.2);
    color: rgba(0,0,0,0.6);
}
.add-presentation-tabs .tab-btn-group .btn.btn-outline-primary:hover {
    color: var(--bs-btn-hover-color);
}
.add-presentation-tabs .tab-btn-group .btn + .btn {
    margin-right: 5px;
}
.add-presentation-tabs .nav {
    margin: 0 auto;
}
.add-presentation-tabs .nav .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    padding: 0;
    font-family: var(--inter-font); 
}
.add-presentation-tabs .nav .nav-item .nav-link:after {
    content: "";
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    width: 49px;
    height: 1px;
    margin: 0 20px 0 35px;
}
.add-presentation-tabs .nav .nav-item:last-child .nav-link:after {
    display: none;
}
.add-presentation-tabs .nav .nav-item .nav-link span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 26px;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.3);
    font-weight: 700;
    font-size: 16px;
    color: rgba(0,0,0,0.3);
    margin-left: 15px; 
}
.add-presentation-tabs .nav .nav-item .nav-link.active span {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
}

.add-presentation-progress {
    margin: 3.125rem 0 2.813rem 0;
}
.add-presentation-progress .progress {
    background-color: #EFEFEF;
    height: 6px;
}
.add-presentation-progress .progress-bar {
    background-color: var(--primary);
    border-radius: var(--bs-progress-border-radius);
}
.add-presentation-tab-content .form-group-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#lecture-details textarea.form-field {
    border: none;
    background-color: #fff;
    font-weight: 500;
    font-size: 1.225rem;
    line-height: 1.483rem;
    max-height: 112px;
    border-radius: 16px;
    padding: 22px 18px;   
}
#lecture-details textarea.form-field.textarea-long {
    max-height: 210px;
    height: 210px;
}
.add-presentation-tab-content {
    width: 100%;
    display: inline-table;
    padding-bottom: 0;
}
.add-presentation-tab-content .tab-title {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}
.lecture-bg-images p {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.063rem;
    color: rgba(0,0,0,0.6); 
}
.ideas-list h2 {
    font-weight: 600;
    font-size: 22px;
}
.ideas-list h2 a {
    margin-right: 10px;
}
.ideas-list h2 a.spinner-border {
    border: none;
    width: auto;
    height: auto;
}
#lecture-details .ideas-list h2 {
    display: flex;
    align-items: center;
}
#lecture-details .ideas-list h2 a {
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
    display: flex;
}
.ideas-list ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.525rem;
    color: rgba(0,0,0,0.6);
    display: flex;
    gap: 0 15px;
    margin-top: 22px; 
}
.ideas-list ul li:before {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.6321 16.597H7.1489C14.6036 14.9197 17.2438 8.90929 17.6321 6.11377C17.6321 10.2077 17.6321 16.597 17.6321 16.597Z" fill="black" fill-opacity="0.6"/><path d="M17.6321 16.597H28.1153C20.6606 14.9197 18.0204 8.90929 17.6321 6.11377C17.6321 10.2077 17.6321 16.597 17.6321 16.597Z" fill="black" fill-opacity="0.6"/><path d="M17.6321 16.597H7.1489C14.6036 18.2743 17.2438 24.2847 17.6321 27.0802V16.597Z" fill="black" fill-opacity="0.6"/><path d="M17.6321 16.597H28.1153C20.6606 18.2743 18.0204 24.2847 17.6321 27.0802V16.597Z" fill="black" fill-opacity="0.6"/><path d="M6.88003 6.9202H0.160034C4.9387 5.845 6.63115 1.9922 6.88003 0.200195C6.88003 2.82452 6.88003 6.9202 6.88003 6.9202Z" fill="black" fill-opacity="0.6"/><path d="M6.88003 6.9202H13.6C8.82137 5.845 7.12892 1.9922 6.88003 0.200195C6.88003 2.82452 6.88003 6.9202 6.88003 6.9202Z" fill="black" fill-opacity="0.6"/><path d="M6.88003 6.9202H0.160034C4.9387 7.9954 6.63115 11.8482 6.88003 13.6402V6.9202Z" fill="black" fill-opacity="0.6"/><path d="M6.88003 6.9202H13.6C8.82137 7.9954 7.12892 11.8482 6.88003 13.6402V6.9202Z" fill="black" fill-opacity="0.6"/></svg>');
    width: 28px;
    min-width: 28px;
    height: 28px;
    display: inline-block;
}
.ideas-list ul.loading-list li .loading-bg {
    height: 28px;
    display: inline-block;
    background-color: rgba(0,0,0,0.1);
    position: relative;
}
.loading-bg:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  background: rgba(255,255,255,0.5);
  animation: gradient 1s infinite ease-in-out;
  opacity: 0.2;
}
@keyframes gradient {
  form {
    right: 0%;
}

to {
    right: calc(100% - 100px);
}
}
.loading-spinner-bg {
    display: flex;
    gap: 0 40px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    font-size: 1.125rem;
    background-color: #fff;
    border-radius: 20px;
    height: 72px;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0 auto;
    max-width: 500px;
}
.lecture-bg-images {
    margin-bottom: 30px;
}
.images-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    padding-top: 1rem;
}
.images-list .images-item {
    width: calc(50% - 10px);
    height: 129px;
    background-color: rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.images-list .images-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.images-list .images-item.active img {
    border: 7px solid var(--primary);
    border-radius: 10px;
    background: #f7f7f7;
    padding: 4px;
}
.images-list .images-item.uploading-picture.active[style] {
    border: 7px solid var(--primary);
    border-radius: 10px;
    background: #f7f7f7;
    box-shadow: inset 0 0 0 4px #f7f7f7;
}
.images-list .center-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.images-list .center-loading .loading-spinner-bg {
    margin: 0;
    min-width: 500px;
}
.images-list .images-item.uploading-picture {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dotted rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.file-upload-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.file-upload-btn button {
  border: none;
  color: var(--primary);
  background-color: rgba(190, 73, 221, 0.2);
  padding: 5px 12px;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 700;
}
.file-upload-btn button svg {
    margin-left: 10px;
}
.file-upload-btn input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  height: 100%;
}
.form-group-btn .btn-primary:hover svg {
    fill: none;
}
.box-radius {
    border-radius: 10px;
    background-color: #fff;
}
.display-tabs {
    padding: 1.5rem;
}
.display-tabs .display-tabs-hading h2 {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1); 
}
.display-tabs .display-tabs-hading p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}
.tabs-bg-grey nav {
    display: flex;
    justify-content: center;
}
.creating-landing-col-1 .tabs-bg-grey nav .nav-tabs {
    min-width: 335px;
    display: flex;
    justify-content: space-between;
}
.tabs-bg-grey nav .nav-tabs {
    background-color: rgba(243, 244, 244, 1);
    border: none;
    border-radius: 10px;
    padding: 5px 10px;
/*    min-width: 224px;*/
    min-width: 150px;
    display: flex;
    justify-content: space-between;
}
.tabs-bg-grey nav .nav-tabs .nav-link.active {
    background-color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    font-weight: 600;
}
.tabs-bg-grey nav .nav-tabs .nav-link {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: rgba(0, 0, 0, 0.6);
    min-height: 30px;
    min-width: initial;
    padding: 0px 15px;
    max-width: 82px;
}
.tabs-bg-grey .tab-content {
    padding-top: 3.125rem;
}
.display-settings {
    padding: 2rem 1.5rem 0rem 2rem;
    height: 100%;
}
.display-settings .title {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}
.display-settings .form-check {
    margin-bottom: 1rem;
    display: flex;
    padding-right: 0;
}
.display-settings .form-check label {
    color: rgba(0, 0, 0, 0.8);
    line-height: 26px;
}
.display-settings .video-link {
    margin-bottom: 35px;
}
.display-settings .video-link>button {
    color: var(--primary);
    background: transparent;
    border: none;
    padding: 0;
}
.display-settings .video-link span {
    text-decoration: underline;
    font-weight: 600;
    padding-left: 6px;
}
.display-settings .form-check button.checkbox-btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 8px;
    margin-left: 12px;
    margin-top: 0;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    position: relative;
    margin-right: 0;
}
.display-settings .form-check button.checkbox-btn.check {
    background-color: var(--primary);
    border-color: var(--primary);
}
.display-settings .form-check button.checkbox-btn.check:before {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    height: 12px;
    width: 6px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 156 152' width='156' height='152'%3e%3cpath fill='%23ffffff' d='m149.5 0.5c1 0 2 0 4 0-1.2 2.2 2.2-0.2 2.2 2.2 0.1 9.4-6.6 12.1-9.4 19.6-25.9 41.4-51.5 83.1-78.2 124.8-2.9 5-18.3 6.6-22.2 0-7.4-9.3-14.9-18.4-22.7-28.3-6.3-6.3-11.2-14.2-17.3-21.7-6-2-7.6-19-1.6-21.8 7.2-11.7 28.7-2.6 30.9 5.5 8 6.4 14.8 13.8 24.7 20.1 29.9-33.4 59.5-67.2 89.6-100.4z'/%3e%3c/svg%3e");    
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    width: 100%;
    height: 100%;

}


.display-settings .form-check input[type="checkbox"] {
    width: 26px;
    height: 26px;
    min-width: 26px;
    line-height: 26px;
    border-radius: 8px;
    margin-left: 12px;
    margin-top: 0;
    margin-right: 0;
}
.display-settings .tabs-bg-grey {
    padding-top: 0.25rem;
}
.display-settings .tabs-bg-grey nav {
    justify-content: flex-start;
}
.display-settings .tabs-bg-grey .tab-content {
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
}
.message-share {
    padding: 2.188rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.message-share h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2.188rem;
    color: rgba(0, 0, 0, 1)
}
.message-share textarea {
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.908rem;
    min-height: 230px; 
}
#sharing .form-group-btn {
    margin-top: 20px;
    gap: 0 12px;
}
#sharing .form-group-btn .btn {
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
    white-space: nowrap;
}
#sharing .form-group-btn .btn-outline-primary svg {
    fill: rgba(0, 0, 0, 0.6);
}
#sharing .form-group-btn .btn-outline-primary:hover svg {
    fill: var(--white);
}
.document-ready {
    padding: 2.188rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.document-ready h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
    color: rgba(0, 0, 0, 0.6);
}
.the-landing {
    padding: 2.188rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.the-landing h2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.25rem;
    color: rgba(0, 0, 0, 0.6);
}
.the-landing h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.875rem;
    color: rgba(0, 0, 0, 1);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.the-landing .img-bg {
    background-color: rgba(247, 247, 247, 1);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}
#sharing .the-landing .form-group-btn .btn {
    width: auto;
    margin: 0 auto;
    min-width: 175px;
}
.add-presentation-tabs .btn,
.add-presentation-tab-content .btn {
    border-radius: 10px;
}
#sharing .form-group-btn .btn svg {
    margin-left: 3px;
}
.add-presentation-tab-content .btn.next {
    padding: 7px 15px;
    min-width: 120px;
    font-size: 16px;
    font-weight: 600;
    margin-right: auto;
}
.add-presentation-tab-content .btn.prev {
    padding: 7px 10px;
    min-width: 50px;
    margin-left: auto;
}

.img-link-copy {
    text-align: right;
    position: relative;
}
.img-link-copy h3 {
    display: flex;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    margin-top: 30px;
    font-weight: 500;
}
.img-link-copy .btn {
    padding: 0;
}
.img-link-copy a {
    color: rgba(66, 133, 244, 1);
    font-size: 20px;
    font-weight: 500;
}
.link-copied {
    position: absolute;
    margin-top: 5px;
    color: var(--primary);
    display: none; 
    left: 40px;
    font-size: 1rem;
}

.loading-spinner-main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    color: var(--primary);
    background-color: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    z-index: 9;

}
/*@media screen and (min-width: 768px) {
    .mobile-preview  {
        position: sticky;
        top: 0;
        left: 0;
    }
    .computer-preview  {
        position: sticky;
        top: 0;
        left: 0;
    }
    }*/

    .mobile-preview {
        min-height: 377px;
        background-image: url(../images/mobile-preview.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 234px 475px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-family: 'Inter', sans-serif;
    }
    .mobile-preview-container {
        height: 475px;
        margin: auto;
        padding: 10px 13px 11px 13px;
        width: 234px;
    }
    .mobile-preview-container .inner {
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-radius: 26px 26px;
        min-height: 100%;
        background: rgba(243, 244, 244, 1);
    }


    .computer-preview {
        min-height: 330px;
        background-image: url(../images/laptop-preview.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 560px 330px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        font-family: 'Inter', sans-serif;
    }
    .computer-preview-container {
        height: 330px;
        margin: auto;
        padding: 13px 75px 54px 75px;
        width: 560px;
    }
    .computer-preview-container .inner {
        height: 100%;
        background: rgba(243, 244, 244, 1);
        overflow-x: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .open-popup .modal-dialog-centered {
        max-width: 410px;
    }
    .open-popup .modal-content {
        border-radius: 20px;
    }
    .open-popup .modal-header {
        display: block;
        position: relative;
        padding: 1.875rem;
        text-align: center;
        border-bottom: none;
    }
    .open-popup .modal-header .close {
        position: absolute;
        left: 15px;
        top: 5px;
        color: var(--primary);
        background: transparent;
        border: none;
        padding: 0;
    }
    .open-popup .modal-header .close span {
        text-decoration: none;
        padding-left: 0;
        font-size: 1.25rem;
    }
    .open-popup .modal-header .modal-title {
        font-size: 1.25rem;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 1rem;
    }
    .open-popup .modal-header p {
        font-size: 0.75rem;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 400;
        margin: 0 auto;
        max-width: 290px;
    }
    .open-popup .modal-body {
        padding: 0 1.875rem;
        /*max-height: calc(80vh - 200px);
        overflow-x: auto;*/
    }
    .open-popup .copy-link-youtube-video {
        border-radius: 10px;
        border: 1px dotted rgba(0, 0, 0, 0.2);
        padding: 1rem 1.75rem 1.5rem 1.75rem;
    }
    .open-popup .copy-link-youtube-video label {
        font-size: 0.75rem;
        color: rgba(0, 0, 0, 1);
        font-weight: 700;
        margin: 0 0 1rem 0;
    }
    .open-popup input.form-field {
        height: 35px;
        font-size: 0.75rem;
        border-radius: 10px;
    }
    .open-popup .modal-footer {
        border: none;
        text-align: center;
        padding: 1.5rem 1.75rem 1.25rem 1.75rem;
        display: flex;
        justify-content: center;
    }
    .document-bg {
/*        height: 450px;*/
        width: 365px;
        overflow-x: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-radius: 20px;
        padding: 0;
        border:25px solid rgba(243, 244, 244, 1);
        background: rgba(243, 244, 244, 1);
        margin: 0 auto;
    }

    /* Computer Theme 1 css */
    
    @import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
    .computer-theme1 {
        background-color: #fff;
    }
    .computer-theme1 .lecture {
        display: flex;
        justify-content: space-between;
        padding: 15px;
    }
    .computer-theme1 .lecture-details {
        width: calc(50% - 8px);
        text-align: right;
    }
    .computer-theme1 .lecture-details h3 {
        color: #ffcb24;
        font-size: 0.8rem;
        font-weight: bold;
        font-family: "Heebo", sans-serif;
        margin-bottom: 0.2rem;
    }
    .computer-theme1 .lecture-details h1 {
        color: #000000;
        font-size: 1.25rem;
        font-weight: bold;
        font-family: "Heebo", sans-serif;
        margin-bottom: 0.3rem;
    }
    .computer-theme1 .lecture-details h2 {
        color: #652adb;
        font-size: 0.75rem;
        font-weight: bold;
        font-family: "Heebo", sans-serif;
    }
    .computer-theme1 .lecture-details p {
        font-family: "Heebo", sans-serif;
        font-weight: 400;
        font-size: 0.35rem;
        margin-bottom: 0.5rem;
    }
    .computer-theme1 .lecture-video {
        width: calc(50% - 8px);
        position: relative;
        text-align: left;
    }
    .computer-theme1 .video-box {
        aspect-ratio: 1 / 1;
        margin: 0.5rem 1rem;
        border-radius: 30px;
        position: relative;
        transform: rotate(-20deg);
    }
    .computer-theme1 .video-box .video-thumbnail {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 30px;
        border: 2px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .computer-theme1 .video-box:before {
        content: "";
        position: absolute;
        top: -6px;
        left: -6px;
        background: rgb(101, 42, 219);
        border-radius: 25px;
        width: 70px;
        height: 70px;
        z-index: -1;
    }
    .computer-theme1 .video-box:after {
        content: "";
        position: absolute;
        top: calc(50% - 15px);
        right: -10px;
        background: #ffcb24;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        z-index: 1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        background-size: 22px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" style="fill: rgb(255, 255, 255); width: 40px; height: 40px;" original_string_length="3072"><path d="m19.562 46.656 48 32a8 8 0 1 0 8.876-13.312l-48-32a8 8 0 1 0 -8.876 13.312z" style="fill: inherit;"/><path d="m89.344 60.438a8 8 0 1 0 13.312-8.876l-16-24a8 8 0 1 0 -13.312 8.876z" style="fill: inherit;"/><path d="m483.562 33.344-48 32a8 8 0 1 0 8.876 13.312l48-32a8 8 0 0 0 -8.876-13.312z" style="fill: inherit;"/><path d="m411.562 62.656a8 8 0 0 0 11.094-2.218l16-24a8 8 0 0 0 -13.312-8.876l-16 24a8 8 0 0 0 2.218 11.094z" style="fill: inherit;"/><path d="m492.438 417.344-48-32a8 8 0 1 0 -8.876 13.312l48 32a8 8 0 0 0 8.876-13.312z" style="fill: inherit;"/><path d="m411.562 401.344a8 8 0 0 0 -2.218 11.094l16 24a8 8 0 0 0 13.312-8.876l-16-24a8 8 0 0 0 -11.094-2.218z" style="fill: inherit;"/><path d="m88 488a8 8 0 0 1 -6.946-11.969l27.158-47.531-14.742-4.911a8 8 0 0 1 -4.254-11.829l36.834-58.934c-7.728-7.2-18.47-8.892-32.657-5.183a94.54 94.54 0 0 0 -24.965 11.02 8 8 0 0 1 -11.813-9.74c12.415-29.794 13.927-55 4.5-74.916-12.29-25.951-39.14-34.263-39.41-34.344a8 8 0 0 1 .868-15.534c.285-.054 30.906-6.069 46.751-32.3 11.814-19.558 12.834-45.624 3.034-77.476a8 8 0 0 1 10.17-9.944 123.47 123.47 0 0 0 39.749 4.574c29.323-1.354 53.423-12.853 71.64-34.183a8 8 0 0 1 12.739.758c.544.788 14.519 20.442 49.344 20.442s48.8-19.654 49.38-20.491a7.96 7.96 0 0 1 12.7-.7c18.216 21.326 42.32 32.825 71.645 34.179a123.441 123.441 0 0 0 39.761-4.579 8.006 8.006 0 0 1 10.157 9.949c-9.8 31.852-8.78 57.918 3.034 77.476 15.844 26.231 46.466 32.246 46.773 32.3a8 8 0 0 1 .846 15.53c-.248.076-27.342 8.649-39.491 34.517-9.341 19.889-7.8 45.036 4.577 74.743a8 8 0 0 1 -12.591 9.151c-.195-.165-21.213-17.731-42.336-12.907-13.292 3.034-24.445 14.5-33.147 34.082a8 8 0 0 1 -12.119 3.146c-.177-.133-19.544-14.352-42.912-14.395h-.041c-14.1 0-32.26 13.411-49.844 36.807a8 8 0 0 1 -13.255-.691c-5.637-9.367-25.301-36.117-41.137-36.117-25.8 0-44.589 19.583-52.705 29.916l17.143 11.428a8 8 0 0 1 .56 12.9l-80 64a7.987 7.987 0 0 1 -4.998 1.756zm20.169-76.376 14.361 4.787a8 8 0 0 1 4.416 11.558l-11.189 19.58 38.7-30.962-14.9-9.931a8 8 0 0 1 -2.422-10.772c1.08-1.792 26.842-43.884 70.865-43.884 20.431 0 39.074 21.385 48.55 34.439 23.721-28.241 43.2-34.492 55.76-34.439 18.9.035 35.175 7.286 44.412 12.477 10.431-19.511 23.958-31.249 40.292-34.936 13.441-3.035 26.262.061 36.256 4.35-6.9-25.318-5.855-47.7 3.159-66.731 7.848-16.573 20.243-27.3 30.643-33.876-12.163-5.631-27.44-15.668-37.973-32.994-12.606-20.737-15.386-46.738-8.312-77.429a144.786 144.786 0 0 1 -31.183 2.132c-30.54-1.271-57.166-12.687-77.547-33.141-8.75 8.174-26.595 20.148-56.057 20.148s-47.307-11.974-56.056-20.148c-20.383 20.454-47.008 31.87-77.548 33.141a145.123 145.123 0 0 1 -31.183-2.132c7.074 30.691 4.294 56.692-8.312 77.429-10.533 17.326-25.81 27.363-37.973 32.994 10.4 6.575 22.8 17.3 30.643 33.876 9.247 19.525 10.11 42.567 2.61 68.694a97.107 97.107 0 0 1 10.757-3.584c23.041-6.144 41.528-.982 53.462 14.93a8 8 0 0 1 .384 9.04z" style="fill: inherit;"/></svg>');
    }
    .computer-theme1 .player-button {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;

    }
    .computer-theme1 .whatsapp-icon {
        background: #25a816;
        display: flex;
        padding: 5px;
        border-radius: 0 18px 18px 0;
        margin-left: -15px;
        margin-top: -10px;
        max-width: 40px;
        align-items: center;
        justify-content: flex-start;
        margin-right: auto;
    }
    .computer-theme1 .whatsapp-icon a {
        display: flex;
    }
    .book-lecture {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        background-size: 180px 154px;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="732" viewBox="0 0 853.21 732.01" width="853"><g><path d="m.18,47.93v683.08h853.03s-13.17-70.76-72.26-110.23c-54.28-36.25-184.57-78.93-262.28-142.4C397.54,379.44,383.01,64.61,261.84,18.24,120.21-35.97.18,47.93.18,47.93Z" fill="%23652adb"/><path d="m.18,731.01S.18,59.1.18,59.1C88.91,9.59,210,9.7,259.12,111.7c19.7,40.91,36.4,92.55,54.08,147.22,25.46,78.73,47.84,161.61,97.17,229.5,41.78,57.5,103.35,94.71,165.48,126.7,39.05,20.1,78.72,39.03,116.99,60.6,15.86,8.94,26.43,16.43,37.65,30.46,3.06,3.83,15.35,24.84,20.68,24.84H.18Z" fill="%236739d8"/><g fill="none" stroke="%23fff" stroke-miterlimit="10" stroke-width="2"><path d="m.18,729.05s2.19.4,5.94.83"/><path d="m17.88,730.83c27.05,1.24,76.29-2.92,83.28-48.35,10.29-66.86,71.16-124.74,115.9-121.79,41.58,2.74,101.72-10.75,128.56-23.69" stroke-dasharray="0 0 11.81 11.81"/><path d="m350.85,534.24c1.96-1.15,3.62-2.28,4.94-3.39"/></g><path d="M364.4 541.6L364.4 524.89 343.33 520.11 399.08 500.61 364.4 541.6z" fill="%23fff"/></g></svg>');
        position: relative;
    }
    .book-lecture .lecture-right {
        width: calc(50% - 8px);
        text-align: right;
        background-image: url(../images/book-lecture-arrow.webp);
        background-repeat: no-repeat;
        background-size: 25px 33px;
        background-position: 10px 0;
        padding-top: 22px;
        margin-top: 1rem
    }
    .book-lecture .lecture-right h1 {
        color: #000000;
        font-size: 1rem;
        font-weight: bold;
        font-family: "Heebo", sans-serif;
        margin-bottom: 1rem;
    }
    .book-lecture .lecture-right h1 span {
        color: #652adb;
    }
    .book-lecture .lecture-right form {
        background-color: #652adb;
        padding: 15px 15px 15px 20px;
        border-radius: 15px;
    }
    .book-lecture .lecture-right form input.form-field {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #fff;
        height: 30px;
        padding: 0;
        font-size: 0.75rem;
    }
    .book-lecture .lecture-right textarea.form-field {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #fff;
        height: 20px;
        padding: 0;
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }
    .book-lecture .lecture-right .btn[disabled] {
        color: #fff;
        border: none;
        opacity: 1;
        font-weight: 700;
        text-align: left;
        padding: 0;
        font-size: 0.75rem;
    }
    .book-lecture .lecture-right form input::-webkit-input-placeholder,
    .book-lecture .lecture-right textarea::-webkit-input-placeholder { 
      color: #fff;
  }
  .book-lecture .lecture-right form input::-moz-placeholder,
  .book-lecture .lecture-right textarea::-moz-placeholder { 
      color: #fff;
  }
  .book-lecture .lecture-right form input:-ms-input-placeholder,
  .book-lecture .lecture-right textarea:-ms-input-placeholder { 
      color: #fff;
  }
  .book-lecture .lecture-right form input:-moz-placeholder,
  .book-lecture .lecture-right textarea:-moz-placeholder { 
      color: #fff;
  }
  .book-lecture .lecture-right form {
    position: relative;
}
.book-lecture .lecture-right form:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -6px;
    background: #ffcb24;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    z-index: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-size: 22px;
    transform: rotate(-20deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16.933 16.933" style="fill: rgb(255, 255, 255);width:40px;height:40px;" original_string_length="1443"><g><path d="m60.029297 2a2.0002 2.0002 0 0 0 -.701172.1171875l-55.9980469 19.9980465a2.0002 2.0002 0 0 0 .1171875 3.808594l26.9375004 7.691406 7.691406 26.9375a2.0002 2.0002 0 0 0 3.808594.117188l19.998046-55.998047a2.0002 2.0002 0 0 0 -1.853515-2.671875zm-3.328125 5.2988281-16.492188 46.1679689-5.964843-20.878906 7.167968-7.173829a2.0002 2.0002 0 0 0 -1.453125-3.43164 2.0002 2.0002 0 0 0 -1.373046.605469l-7.169922 7.169921-20.882813-5.966796zm-40.72461 26.6777339a2.0002 2.0002 0 0 0 -.017578.001954 2.0002 2.0002 0 0 0 -1.373046.605468l-4 4a2.0002 2.0002 0 1 0 2.826171 2.828125l4.001953-3.99414a2.0002 2.0002 0 0 0 -1.4375-3.441407zm7.984376 4.001954a2.0002 2.0002 0 0 0 -1.373047.605468l-8.001953 8.001954a2.0002 2.0002 0 1 0 2.828124 2.828124l8.001954-8.001953a2.0002 2.0002 0 0 0 -1.455078-3.433593zm4.001953 8.001953a2.0002 2.0002 0 0 0 -1.38086.605469l-3.99414 4.001953a2.0002 2.0002 0 1 0 2.828125 2.826171l4-4a2.0002 2.0002 0 0 0 -1.453125-3.433593zm-15.962891 4.019531a1.9999999 1.9999999 0 0 0 -2 2 1.9999999 1.9999999 0 0 0 2 2 1.9999999 1.9999999 0 0 0 2-2 1.9999999 1.9999999 0 0 0 -2-2z" transform="scale(.265)" style="fill: inherit;"/></g></svg>');
}
.lecture-left {
    width: calc(50% - 8px);
    text-align: right;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 140px 93px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid meet" version="1.0" viewBox="66.9 129.2 369.5 243.3" zoomAndPan="magnify" style="fill: rgb(0, 0, 0);" original_string_length="1227"><g id="__id212_sq1qeifkfr" style="fill: rgb(248, 248, 248);"><path d="M241.74,219.56c-2.99-40.83-23.48-77-67.81-87.88c-6.75-1.66-13.7-2.48-20.66-2.48 c-47.72,0-86.4,38.68-86.4,86.4c0,21.09,7.85,41.72,21.88,57.46c6.92,7.76,15.22,14.26,24.43,19.09 c10.73,5.63,21.33,6.65,32.75,9.73c10.56,2.84,10.54,17.2,7.88,25.71c-4.56,14.61-15.43,24.31-30.71,26.12 c-3.14,0.37-6.33,0.49-9.42,1.21c-6.08,1.42-11.33,6.58-4.56,10.9c10.45,6.67,27.66,5.45,39.24,3.18 c13.32-2.61,25.87-8.48,36.98-16.19C222.69,326.89,245.41,269.72,241.74,219.56z" style="fill: inherit;"/><path d="M432.74,219.56c-2.99-40.83-23.48-77-67.81-87.88c-6.75-1.66-13.7-2.48-20.66-2.48 c-47.72,0-86.4,38.68-86.4,86.4c0,21.09,7.85,41.72,21.88,57.46c6.92,7.76,15.22,14.26,24.43,19.09 c10.73,5.63,21.33,6.65,32.75,9.73c10.56,2.84,10.54,17.2,7.88,25.71c-4.56,14.61-15.43,24.31-30.71,26.12 c-3.14,0.37-6.33,0.49-9.42,1.21c-6.08,1.42-11.33,6.58-4.56,10.9c10.45,6.67,27.66,5.45,39.24,3.18 c13.32-2.61,25.87-8.48,36.98-16.19C413.69,326.89,436.41,269.72,432.74,219.56z" style="fill: inherit;"/></g></svg>');
    padding-top: 1.5rem;

}
.lecture-left .lecture-reviews {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.lecture-reviews .lecture-reviews-img img {
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-width: 72px;
    object-fit: cover;
}
.lecture-left .announcement-icon {
    position: absolute;
    top: 15px;
    left: -10px;
    display: inline-block;
    background-image: url(../images/announcement-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 20px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lecture-left .announcement-icon:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 100%;
    transform: rotate(-20deg);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 513.867 513.867" style="fill: rgb(255, 255, 255);" original_string_length="1809"><g><path d="m429.107 303.926c-29.242-29.242-76.823-29.243-106.065 0l-166.762 166.762c-8.5 8.499-19.8 13.18-31.82 13.18s-23.319-4.681-31.819-13.18l-6.397-6.397c-8.499-8.5-13.181-19.8-13.181-31.82s4.682-23.319 13.181-31.819l13.555-13.555 23.552 23.552 43.664-39.994 7.81 7.81 173.736-159.135c4.026.443 8.099.672 12.208.672 29.382 0 57.005-11.442 77.781-32.219 20.776-20.775 32.219-48.399 32.219-77.781s-11.442-57.006-32.219-77.781c-20.777-20.779-48.4-32.221-77.781-32.221s-57.006 11.442-77.781 32.219c-24.53 24.53-35.013 57.857-31.482 89.92l-159.2 173.806 7.81 7.81-39.994 43.664 18.464 18.464-13.556 13.555c-29.242 29.242-29.242 76.823 0 106.065l6.397 6.397c14.166 14.166 33 21.967 53.032 21.967 20.033 0 38.867-7.801 53.033-21.967l166.762-166.762c17.544-17.544 46.094-17.546 63.64 0l2.813 2.813c8.499 8.5 13.181 19.8 13.181 31.82s-4.682 23.319-13.181 31.819l-37.512 37.512 21.213 21.213 37.512-37.512c29.242-29.242 29.242-76.823 0-106.065zm-11.77-250.494c15.11 15.11 23.432 35.2 23.432 56.568 0 16.278-4.842 31.807-13.822 44.965l-111.143-111.143c13.158-8.98 28.687-13.822 44.965-13.822 21.368 0 41.458 8.321 56.568 23.432zm-122.739 11.611 111.135 111.135c-13.158 8.98-28.686 13.822-44.964 13.822-3.36 0-6.684-.229-9.966-.635l-69.358-69.358c-2.374-18.946 2.013-38.578 13.153-54.964zm-26.81 83.734 54.204 54.203-146.258 133.967-41.913-41.913zm-122.007 200.643-21.521 19.712-22.624-22.624 19.712-21.521z" style="fill: inherit;"/><path d="m241.931 198.853h29.969v30h-29.969z" transform="rotate(-45 256.896 213.916)" style="fill: inherit;"/></g></svg>');
}

.lecture-reviews .name-social-icon {
    padding: 12px 10px 0 10px;
    display: flex;
    flex-direction: column;
}
.lecture-reviews .name-social-icon h3 {
    color: #000;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0.3rem;
    text-align: center;
}
.lecture-reviews .name-social-icon ul {
    margin: 0 auto;
    padding:0;
    list-style: none;
    display: flex;
    column-gap: 2px;
    flex-direction: row-reverse; 
}
.lecture-reviews .name-social-icon ul li a {
    background: rgb(248, 196, 64);
    border-radius: 5px;
    padding: 2px;
    display: flex;
}
.lecture-reviews .name-social-icon ul li a svg {
    max-width: 8px;
    height: 8px;
}
.lecture-left .lecture-reviews-text {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
    background: #fff;
    position: relative;
    padding: 0.5rem 0.5rem 1rem 1rem;
    border-radius: 20px;
    margin-top: -1rem;
}
.lecture-left .lecture-reviews-text:after {
    content: '';
    height: 0;
    width: 0;
    border-width: 20px 10px 20px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 1) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    position: absolute;
    bottom: -25px;
    right: 45px;
    transform: rotate(-90deg);
}
.lecture-left .lecture-reviews-text p {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 0.35rem;
    margin: 0;
}
.lecture-left .lecture-reviews-text .dots {
    margin-bottom: 0.25rem;
}
.lecture-left .lecture-reviews-text .dots span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid rgb(248, 196, 64);
    display: inline-block;
    margin: 0 1px;
}
.mobile-preview .computer-theme1 .video-box:before {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}   
.mobile-preview .computer-theme1 .video-box .video-thumbnail {
    border-radius: 20px;
}
.mobile-preview .mobile-theme1 .book-lecture .lecture-right {
    margin-top: 0;
}

/* Computer Theme 2 css */
.computer-theme2 {
    background-color: #fff;
}
.experience {
   display: flex;
   justify-content: space-between; 
}
.computer-theme2 .experience-right {
    width: 45%;
    text-align: right;
    padding: 1.5rem 1rem 0 1rem;
    overflow-y: auto;
    max-height: 215px;
}
.computer-theme2 .experience-right::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.computer-theme2 .experience-right h1 {
    color: #000000;
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0.75rem;
}
.computer-theme2 .experience-right p {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
    line-height: 0.42rem;
}
.computer-theme2 .experience-left {
    width: 55%;
    position: relative;
    text-align: center;
    background-image: url(../images/experience-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 215px;
}
.experience-left .social-media {
    margin: 0 auto;
    padding: 24px 24px 0 0;
    list-style: none;
    display: flex;
    justify-content: center;
    column-gap: 2px;
    flex-direction: row-reverse;   
}
.experience-left .social-media li a {
    background: rgb(248, 196, 64);
    border-radius: 5px;
    padding: 2px;
    display: flex;
}
.experience-left .social-media li a svg {
    max-width: 8px;
    height: 8px;
}
.experience-left .experience-person {
    margin: 10px 40px 0 0;
}
.experience-left .person-name {
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0;
    margin-top: -0.5rem;
    text-align: center;
    padding-right: 0.5rem;
}
.experience-left .experience-person img {
    border-radius: 100%;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.experience-left .whatsapp-icon {
    background: #25a816;
    display: flex;
    padding: 5px;
    border-radius: 0 18px 18px 0;
    margin-left: 0;
    margin-top: 0px;
    max-width: 40px;
    align-items: center;
    justify-content: flex-start;
    margin-right: auto;
    z-index: 1;
    position: relative;
}
.experience-left .whatsapp-icon a {
    display: flex;
}
.conversation {
   display: flex;
   justify-content: space-between;
   align-items: center;
   position: relative; 
   overflow: hidden;
}
.conversation:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -3px;
    width: 20px;
    height: 12px;
    z-index: 1;
    background-image: url(../images/conversation-dots-left.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.conversation-left {
    width: 43%;
    text-align: right;
    padding: 0 0.5rem 0 0.8rem;
    position: relative;
    z-index: 1;
}
.conversation-text p {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 0.4rem;
    margin-bottom: 0.75rem;
    line-height: 0.45rem;
}
.conversation-left form {
    background-color: #f8c440;
    padding: 10px 10px 20px 15px;
    border-radius: 15px;
    min-width: calc(100% + 30px);
    margin-right: -30px;
    position: relative;
    margin-bottom: 15px;
}
.conversation-left form:after {
    content: "";
    position: absolute;
    top: 18px;
    right: -17px;
    width: 20px;
    height: 67px;
    z-index: 1;
    background-image: url(../images/conversation-dots-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.conversation-left form input.form-field {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    height: 22px;
    padding: 0;
    font-size: 0.75rem;
}
.conversation-left textarea.form-field {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    height: 20px;
    padding: 0;
    font-size: 0.75rem;
    margin-top: 0.5rem;
}
.conversation-left .btn[disabled] {
    color: #fff;
    border: none;
    opacity: 1;
    font-weight: 700;
    text-align: left;
    font-size: 0.75rem;
    pointer-events: painted;
    background: #000;
    width: auto;
    position: absolute;
    left: 10px;
    bottom: -15px;
    padding: 5px 10px;
    border-radius: 15px;
}
.conversation-left form input::-webkit-input-placeholder,
.conversation-left textarea::-webkit-input-placeholder { 
  color: #000;
  opacity: 1;
}
.conversation-left form input::-moz-placeholder,
.conversation-left textarea::-moz-placeholder { 
  color: #000;
  opacity: 1;
}
.conversation-left form input:-ms-input-placeholder,
.conversation-left textarea:-ms-input-placeholder { 
  color: #000;
  opacity: 1;
}
.conversation-left form input:-moz-placeholder,
.conversation-left textarea:-moz-placeholder { 
  color: #000;
  opacity: 1;
}
.conversation-right {
    width: 57%;
    text-align: center;
    height: 215px;
    position: relative;
    overflow: hidden;
}
.conversation-right .video-thumbnail {
    width: 100%;
    height: 150%;
    border-radius: 100% 0 0 100%;
    position: absolute;
    left: 0;
    top: -30%;
}
.conversation-right .player-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
}

/* Mobile Theme 1 css */
.mobile-theme1 .lecture,
.mobile-theme1 .book-lecture {
    flex-direction: column;
    row-gap: 15px;
}
.mobile-theme1 .lecture-video,
.mobile-theme1 .lecture-details,
.mobile-theme1 .book-lecture .lecture-right,
.mobile-theme1 .lecture-left {
    width: 100%;
}
.mobile-theme1 .book-lecture {
    padding-top: 0;
}
.mobile-theme1 .book-lecture .lecture-right h1 {
    font-size: 0.9rem;
}
.mobile-theme1 .book-lecture .lecture-right {
    background-position: 0px 0;
}
.mobile-theme1 .lecture-reviews .lecture-reviews-img img {
    width: 62px;
    min-width: 62px;
    height: 62px;
}
.mobile-theme1 .lecture-reviews .name-social-icon {
    padding: 8px 0px 0 0px; 
}
.mobile-theme1 .lecture-left {
    padding-bottom: 15px;
}
.mobile-theme1 .book-lecture {
    background-size: 120px 104px;
}

/* Mobile Theme 2 css */
.mobile-theme2 .experience,
.mobile-theme2 .conversation {
    flex-direction: column;
    row-gap: 15px;
}
.mobile-theme2 .experience-right,
.mobile-theme2 .conversation-right {
    width: 100%;
}
.mobile-theme2 .experience-left {
    width: 100%;
    padding-bottom: 10px;
    height: auto;
}
.mobile-theme2 .experience-left .experience-person {
    margin: 8px 35px 0 0;
}
.mobile-theme2 .experience-left .experience-person img {
    width: 110px;
    height: 110px;
}
.mobile-theme2 .experience-left .social-media {
    padding: 22px 15px 0 0;
}
.mobile-theme2 .conversation-left {
    width: 100%;
    padding: 0 0.5rem 1rem 0.5rem;
}
.mobile-theme2 .experience-right {
   padding: 1rem 0.5rem 0 0.5rem; 
}
.mobile-theme2 .conversation-left form {
    min-width: 100%;
    margin-right: 0;
}
.mobile-theme2 .conversation-left form:after {
    display: none;
}
.mobile-theme2 .computer-theme2 .experience-right {
    max-height: inherit;
}
.mobile-theme2 .conversation-right .video-thumbnail {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    position: relative;
    top: 0;
    height: auto;
}
.mobile-theme2 .conversation-right {
    height: auto;
    padding: 1rem 0.5rem 0 0.5rem;
}
/*.mobile-theme2 .conversation-right {
    height: 196px;
}
.mobile-theme2 .conversation-right .video-thumbnail {
    border-radius: 0 100% 100% 0;
    height: 140%;
    top: -25%;
}
*/

/* Computer Theme 3 Css */
.computer-theme3 .philosopher {
    display: flex;
    justify-content: space-between;
}
.computer-theme3 .philosopher-right {
    width: 50%;
}
.computer-theme3 .philosopher-right img {
    min-height: 100%;
    object-fit: cover;
    width: auto;
}
.computer-theme3 .philosopher-left {
    width: calc(50% + 30px);
    background: #081249;
    padding: 1rem 1.25rem 1rem 1.25rem;
    text-align: right;
    position: relative;
    z-index: 1;
    margin-right: -30px;
    border-radius: 0 20px 20px 0;
}
.computer-theme3 .philosopher-left h1 {
    color: rgb(255, 133, 2);
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0.75rem;
}

.computer-theme3 .philosopher-left p {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 0.4rem;
    margin-bottom: 0.5rem;
    line-height: 0.4rem;
    color: #fff;
}
.computer-theme3 .philosopher-left .whatsapp-icon {
    background: #25a816;
    display: flex;
    padding: 2px;
    border-radius: 18px;
    margin-left: 0;
    margin-top: 0px;
    max-width: 20px;
    align-items: center;
    justify-content: flex-start;
    margin-right: auto;
    z-index: 1;
    position: relative;
    margin-left: -0.75rem;
}
.computer-theme3 .philosopher-left .whatsapp-icon svg {
    width: 16px;
    height: 16px;
}
.computer-theme3 .philosopher-details {
    background: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 175px;
}
.computer-theme3 .philosopher-details:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 15px;
    width: 74px;
    height: 74px;
    z-index: 1;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 46.54 46.61" style="fill: rgb(0, 0, 0);" original_string_length="615"><g><path d="m23.27.09c-3.41-.19-6.88-.01-10.26-.01-4.33,0-8.67,0-13,0,.26.01.23,12.54.24,13.41.06,5.87-.7,12.72,1.36,18.31.14.37.29.74.45,1.1,1.71,3.8,4.46,7.11,7.87,9.5,3.9,2.74,8.59,4.21,13.35,4.21,12.85,0,23.27-10.42,23.27-23.27,0-8.63-4.94-16.73-12.61-20.69C30.57.92,26.96.29,23.27.09Z" style="fill: rgb(248, 248, 248);"/></g></svg>');
}
.document-theme1 .computer-theme1 .book-lecture  {
    min-height: 210px;
}

.computer-theme3 .philosopher-details-right {
    width: 47%;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    text-align: right;
}
.philosopher-details .philosopher-details-right form {
    position: relative;
}
.philosopher-details .philosopher-details-right form input.form-field {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    height: 20px;
    padding: 0;
    font-size: 0.6rem;
    float: left;
}
.philosopher-details .philosopher-details-right textarea.form-field {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    height: 15px;
    padding: 0;
    font-size: 0.6rem;
    margin-top: 0.5rem;
    float: left;
    margin-bottom: 0.25rem;
}
.philosopher-details .philosopher-details-right .btn[disabled] {
    color: #fff;
    border: none;
    opacity: 1;
    font-weight: 700;
    text-align: left;
    font-size: 0.6rem;
    background: #081249;
    width: auto;
    padding: 2px 8px;
    border-radius: 6px;
    float: left;
}
.philosopher-details .philosopher-details-right form input::-webkit-input-placeholder,
.philosopher-details .philosopher-details-right textarea::-webkit-input-placeholder { 
  color: #000;
}
.philosopher-details .philosopher-details-right form input::-moz-placeholder,
.philosopher-details .philosopher-details-right textarea::-moz-placeholder { 
  color: #000;
}
.philosopher-details .philosopher-details-right form input:-ms-input-placeholder,
.philosopher-details .philosopher-details-right textarea:-ms-input-placeholder { 
  color: #000;
}
.philosopher-details .philosopher-details-right form input:-moz-placeholder,
.philosopher-details .philosopher-details-right textarea:-moz-placeholder { 
  color: #000;
}
.philosopher-details .philosopher-details-right h2 {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0;
}
.philosopher-details .philosopher-details-right h3 {
    color: #000000;
    font-size: 0.6rem;
    font-weight: bold;
    font-family: "Heebo", sans-serif;
    margin-bottom: 0;
}
.philosopher-details .philosopher-details-right p {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 0.4rem;
    margin-bottom: 0.25rem;
    color: #000;
}
.philosopher-details .philosopher-details-left {
    width: 53%;
    text-align: center;
    background-image: url(../images/philosopher-details-bg.webp);
    background-repeat: no-repeat;
    background-size: 170px 170px;
    background-position: top center;
    padding: 30px 0;
    position: relative;
    z-index: 2;
    margin-top: -10px;
}
.philosopher-details .philosopher-details-left .philosopher-img {
    border-radius: 100%;
    max-width: 110px;
    min-width: 110px;
    height: 110px;
    object-fit: cover;
}
.philosopher-details-left .social-icon {
    margin: 0 auto;
    padding:0;
    list-style: none;
    display: flex;
    column-gap: 2px;
    flex-direction: row-reverse; 
    position: absolute;
    top: 15px;
    right: 45px;
}
.lecture-preview .mobile-preview .philosopher-details-left .social-icon {
    right: 40px;
    top: 12px;
}
.document-bg .philosopher-details-left .social-icon { 
    right: 25px;
}
.philosopher-details-left .social-icon li a {
    background: #081249;
    border-radius: 2px;
    padding: 2px;
    display: flex;
}
.philosopher-details-left .social-icon li a svg {
    max-width: 8px;
    height: 8px;
    fill: #fff;
}
.philosopher-details-left .player-button {
    position: absolute;
    right: -5px;
    top: 17%;
    width: 60px;
    height: 60px;
}
/* Mobile Theme 3 css */
.mobile-theme3 .philosopher {
    flex-direction: column;
}
.mobile-theme3 .philosopher-right {
    width: 100%;
}
.mobile-theme3 .philosopher-right img {
    width: 100%;
}
.mobile-theme3 .philosopher-left {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
}
#mobile-design .mobile-preview .mobile-theme3 .philosopher-details .philosopher-details-left {
    background-size: 120px 120px;
    padding: 20px 0;
    min-height: 120px;
}
#mobile-design .mobile-preview .mobile-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    border-radius: 100%;
    max-width: 80px;
    min-width: 80px;
    height: 80px;
}
#mobile-design .mobile-preview .mobile-theme3 .philosopher-details-left .player-button {
    width: 40px;
    height: 40px;
}
#mobile-design .mobile-preview .mobile-theme3 .philosopher-details:after {
    top: auto;
    bottom: 75px;
    width: 60px;
    height: 60px;
    left: 0;
}
.mobile-theme3 .philosopher-details {
    flex-direction: column;
    padding-bottom: 1rem;
}
.mobile-theme3 .philosopher-details-right {
   width: 100%;
   padding: 1rem; 
}
.mobile-theme3 .philosopher-details .philosopher-details-left {
    width: 100%;
    margin-top: 0;
    min-height: 170px;
}
.mobile-theme3 .philosopher-details:after {
    top: auto;
    bottom: 115px;
}
.document-theme2 .experience-left {
    height: 225px;
}
.document-theme2 .experience-left .whatsapp-icon {
    margin-top: 10px;
}
.document-theme2 .conversation-right {
    height: 225px;
}
#sharing .preview-screens {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
}
#sharing .computer-preview {
    background-size: 420px 248px;
    min-height: 259px;
}
#sharing .computer-preview-container {
    height: 248px;
    padding: 0px 56px 52px 56px;
    width: 420px;
}
#sharing .mobile-preview {
    min-height: 270px;
    background-size: 138px 270px;
}
#sharing .mobile-preview-container {
    height: 270px;
    width: 138px;
    padding: 6px;
}
#sharing .mobile-preview-container .inner {
    border-radius: 18px;
}
#sharing .mobile-theme3 .philosopher-left {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
#sharing .mobile-theme3 .philosopher-left h1 {
    font-size: 1rem;
}
#sharing .mobile-theme3 .philosopher-left .whatsapp-icon {
    margin-left: 0rem;
}
#sharing .mobile-theme3 .philosopher-details-right {
    padding: 0.5rem;
}
#sharing .mobile-theme3 .philosopher-details .philosopher-details-left {
    background-size: 130px 130px;
    min-height: 130px;
}
#sharing .mobile-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
}
#sharing .mobile-theme3 .philosopher-details:after {
    width: 50px;
    height: 50px;
}
#sharing .mobile-theme3 .philosopher-details-left .player-button {
    top: 20%;
    width: 40px;
    height: 40px;
}
#sharing .document-bg {
    width: 100%; 
}
.message-share div#capture-content {
    position: fixed;
    z-index: -9999;
}
.mobile-previous-arrow,
.mobile-tab-title,
.mobile-tab-after-content,
.add-presentation-tab-content .form-group-btn.mobile-btn,
.tab-btn-group.mobile-tab-navigation,
.mobile-view.creating-landing-col-2,
.mobile-tab-title + .add-presentation-tabs {
    display: none;
}
.light-grey-bg {
    background-color: #f7f7f7;
}

/* presentations page css */
.presentations {
    padding: 36px 32px;
}
.presentations .heading {
    padding-bottom: 60px;
}
.presentations .heading h1 {
    color: rgba(0, 0, 0, 1);
    font-size: 21px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
}
.presentations .heading p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    display: none;
}
.presentations .btn {
    font-size: 16px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    border-radius: 12px;
    padding: 10px 30px;
    box-shadow: none;
}
.presentations .btn a {
    color: var(--primary);
}
.presentations .btn:hover a {
    color: var(--bs-btn-hover-color);
}
.presentations .my-lectures .title {
    color: rgba(0, 0, 0, 1);
    font-size: 21px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    margin-bottom: 12px;
}
.my-lectures .lectures-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.lectures-list .lectures-box {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 18px;
    max-width: 335px; 
}
.lectures-list .lectures-box .lectures-img {
    overflow: hidden;
    border-radius: 20px;
}
.lectures-list .lectures-box .lectures-img img {
    height: 165px;
    width: 298px;
    object-fit: cover;
    border-radius: 20px;
}
.lectures-list .lectures-box h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    margin: 13px 0 10px 0;
    letter-spacing: 1px;
    height: 35px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    display: -webkit-box;
}
.lectures-list .lectures-box p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
    margin-bottom: 18px;
    letter-spacing: 1px;
    height: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    display: -webkit-box;
}
.lectures-list .lectures-box .group-btn {
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    margin-bottom: 14px;
}
.lectures-list .lectures-box .group-btn .btn {
    width: 100%;
    padding: 5px 20px;
}
.lectures-list .lectures-box .group-btn .btn svg {
    fill: none;
}
.btn-primary-light {
    background-color: rgba(190, 73, 221, 0.2);
    border: none;
    box-shadow: none;
    color: var(--primary); 
}
.lectures-list .lectures-box .group-btn .btn:hover svg path,
.btn-primary-light:hover svg path {
    stroke: #fff;
}
.loader-img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.sidebarMenu + .sideContentMain .loader-img {
    right: 337px;
}
.loader-img img {
    margin: 0 auto;
    max-width: 50%;
}
.experience-person + .person-name {
    padding-top: 28px;
}
.experience-left>.experience-person {
    padding-top: 34px;
}
.social-media + .experience-person {
    padding-top: 0 !important;
}

.computer-preview .experience-left>.experience-person,
.document-bg .experience-left>.experience-person {
    padding-top: 36px;
}
.mobile-preview .lecture-video {
    min-height: auto;
}
#sharing .sharing-col-1 .preview-screens .mobile-preview .video-box {
    position: relative;
}

#share-popup .modal-dialog {
/*    max-width: 624px;*/
    max-width: 500px;
}
#share-popup .modal-dialog .modal-content {
    background-color: rgba(248, 248, 248, 1);
    max-height: 80vh;
    overflow-x: auto;
}
#share-popup .modal-header {
    padding: 30px 35px 25px 35px;
}
#share-popup .modal-header .close {
    left: 40px;
    top: 26px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}
#share-popup .modal-header .modal-title {
    text-align: right;
    margin-bottom: 0;
    font-weight: 600;
}
#share-popup .share-url {
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 10px;
    position: relative;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 10px;
}
#share-popup .share-url p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    direction: ltr;
}
#share-popup .share-url .btn-primary {
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
}
#share-popup .share-url .link-copied {
    right: 90px;
    font-size: 14px;
    font-weight: 400;
    left: auto;
}
#share-popup .modal-body .heading {
    padding: 25px 0;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}
#share-popup .modal-body .heading p {
    margin: 0;
}
#share-popup .modal-body {
    padding-bottom: 30px;
}
#share-popup .modal-body .content-share {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    justify-content: center;
}
#share-popup .modal-body .content-share .text-share {
    width: 100%;
    border-radius: 10px;
    background: #fcfcfc;
    padding: 10px;
    border: 2px solid #fcfcfc;
    transition: all .4s;
    height: 198px;
    margin-top: 30px;
}
#share-popup .modal-body .content-share .document-share {
    width: 50%;
    border: 2px solid #fcfcfc;
    border-radius: 20px;
    height: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcfcfc;
    overflow: hidden;
    padding: 5px;
    transition: all .4s;
}
#share-popup .modal-body .content-share .document-share>div {
    transform: scale(0.5);
}
#share-popup .modal-body .content-share .document-share>.document-theme3 {
    transform: scale(0.5);
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-details h3,
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-details h2 {
    font-size: .5rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-details h1  {
    font-size: .6rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .video-box:before {
    border-radius: 8px;
    width: 30px;
    height: 30px;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .video-box .video-thumbnail {
    border-radius: 20px;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .video-box:after {
    width: 20px;
    height: 20px;
    background-size: 16px;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-details p {
    font-size: 0.25rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .book-lecture .lecture-right h1 {
    font-size: .65rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .book-lecture .lecture-right {
        padding-top: 10px;
        background-size: 14px 20px;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-reviews .name-social-icon h3 {
    font-size: 0.5rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-reviews .lecture-reviews-img img {
    height: 50px;
    min-width: 50px;
    width: 50px;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-left .announcement-icon {
    width: 16px;
    height: 18px;
    left: -15px;
    top: 5px;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-left .announcement-icon:after {
    width: 10px;
    height: 10px;
}
#share-popup .modal-body .content-share .document-share .computer-theme1 .lecture-left {
    background-size: 120px 50px;
    padding-top: 1rem;
}
#share-popup .modal-body .content-share .document-share .document-theme1 .computer-theme1 .book-lecture {
    min-height: 150px;
    background-size: 114px 100px;
    padding-top: 0;
}
#share-popup .modal-body .content-share .document-share .document-theme1 .lecture-left .lecture-reviews-text {
    border-radius: 10px;
        margin-top: -.5rem;
}
#share-popup .modal-body .content-share .document-share .document-theme1 .lecture-left .lecture-reviews-text .dots span {
    width: 4px;
    height: 4px;
}
#share-popup .modal-body .content-share .document-share .document-theme1 .lecture-left .lecture-reviews-text .dots {
    display: flex
}
#share-popup .modal-body .content-share .document-share .document-theme1 .lecture-left .lecture-reviews-text:after {
    bottom: -12px;
    right: 25px;
}
#share-popup .modal-body .content-share .document-share .document-theme2 .experience-left {
    height: 150px;
}
#share-popup .modal-body .content-share .document-share .document-theme2 .experience-left>.experience-person {
    padding-top: 20px;
    margin: 10px 30px 0 0;
}
#share-popup .modal-body .content-share .document-share .document-theme2 .experience-left .experience-person img {
    width: 80px;
    height: 80px;
}
#share-popup .modal-body .content-share .document-share .document-theme2 .experience-left .person-name {
    font-size: 0.5rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme2 .experience-right {
    max-height: 140px;
    padding: 1rem 0.5rem 0 0.5rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme2 .experience-right h1 {
    margin-bottom: 0.5rem;
    font-size: .5rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme2 .experience-right p {
    font-size: 0.25rem;
    margin-bottom: 0.2rem;
    line-height: 0.3rem;
}
#share-popup .modal-body .content-share .document-share .document-theme2 .conversation-right {
    height: 150px;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-left h1 {
    font-size: .6rem;
    margin-bottom: 0.5rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-left {
    padding: 1rem 1rem 1rem 1rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-left p {
    font-size: 0.25rem;
    margin-bottom: 0.2rem;
    line-height: 0.3rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-details .philosopher-details-right h2 {
    font-size: .6rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-details .philosopher-details-right p {
    font-size: 0.25rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-details .philosopher-details-right h3 {
    font-size: 0.45rem;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-details .philosopher-details-left {
    padding: 18px 0;
    background-size: 110px 110px;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 75px;
    min-width: 75px;
    height: 75px;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-details:after {
    top: -10px;
    left: 15px;
    width: 50px;
    height: 50px;
}
#share-popup .modal-body .content-share .document-share .computer-theme3 .philosopher-details {
    min-height: 115px;
}
#share-popup .modal-body .content-share .text-share.active,
#share-popup .modal-body .content-share .document-share.active {
    border-color: rgba(97, 31, 115, 1);
    background: rgba(255, 255, 255, 1);
}
#share-popup .modal-body .content-share .text-share.active .text-share-inner {
/*    border: 1px solid rgba(0, 0, 0, 1);*/
    color: rgba(0, 0, 0, 1);
    border: none;
}
#share-popup .modal-body .content-share .text-share-inner {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    font-size: 8px;
    color: rgba(0, 0, 0, .6);
    padding: 8px;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 148px;
    user-select: none;
}
#share-popup .social-icons {
    display: flex;
    justify-content: space-around;
    padding: 20px 35px 28px 35px;
    flex-direction: row-reverse;
}
#share-popup .social-icons .icon {
    width: 75px;
    text-align: center;
}
#share-popup .social-icons .icon img {
    border-radius: 50%;
    margin-bottom: 15px;
}
#share-popup .social-icons .icon span {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    line-height: 14px;
    display: block;
}

.crop-image .modal-content {
    max-height: calc(100vh - 56px);
}
/*
.crop-image.profile-image .cropper-bg {
    max-height: calc(100vh - 240px) !important;
    overflow: hidden;
    width: 100% !important;
}
.crop-image.profile-image .cropper-canvas,
.crop-image.profile-image .cropper-crop-box {
    height : 100% !important;
}
*/
/* Responsive css */

header {
        padding: 0 25px;
        height: 65px;
    }
    .profile-dropdown {
        margin-right: 15px;
    }
    .profile-dropdown .profile-img {
        width: 36px;
    }
    header .new-lecture {
        padding: 5px 15px;
        line-height: inherit;
        border-radius: 6px;
        font-size: 0.75rem;
    }
    header .logo-main img {
        height: 30px;
    }
    .profile-dropdown .dropdown-toggle {
        border-width: 2px;
    }
    .mainDiv {
        padding-top: 65px;
    }
    .sidebarMenu {
        width: 250px;
        height: calc(100vh - 65px);
        padding: 10px 0;
    }
    .sidebarMenu ul.nav {
        padding: 5px 0;
    }
    .sidebarMenu ul.nav li a.nav-link {
        padding: 10px 15px;
/*        font-size: 18px;*/
        font-size: 14px;
        gap: 15px;
    }
    .sidebarMenu ul.nav li a.nav-link svg {
        width: 26px;
        height: 26px;
    }
    .sidebarMenu ul.nav li + li {
        margin-top: 5px;
    }
    .sideContentMain {
        height: calc(100vh - 65px);
    }
    .sidebarMenu + .sideContentMain {
        width: calc(100% - 250px);
    }
    .dropdown-profilebox .profile {
        width: 36px;
    }
    .profile-txt .name {
        font-size: 0.75rem;
    }
    .profile-txt .mail {
        font-size: 12px;
    }
    .profile-dropdown .dropdown-item {
        line-height: 30px;
        font-size: 0.75rem;
    }
    .profile-dropdown .dropdown-item svg {
        width: 16px;
        height:16px;
    }
    .profile-dropdown .dropdown-menu {
        min-width: 220px;
    }
    .profile-dropdown .dropdown-toggle:before {
        top: calc(100% + 6px);
    }
    .sideContentMain .presentations {
        padding: 0px 0px;
    }

@media screen and (min-width: 1200px) and (max-width: 1600px) { 
   .lecture-preview .tabs-bg-grey .tab-content {
        padding-top: 15px !important;
    }
    .sidebarMenu + .edit-presentation {
        padding: 25px 40px !important;
    }
    .lecture-preview .mobile-preview-container {
        height: 455px;
    }
    .lecture-preview .mobile-preview {
        background-size: 234px 455px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1300px),
       screen and (max-height: 700px) {
    .lecture-preview .mobile-preview {
        background-size: 183px 370px;
    }
    .lecture-preview .mobile-preview-container {
        height: 370px;
        padding: 4px 8px 12px 8px;
        width: 183px;
    }
    .lecture-preview .tabs-bg-grey nav .nav-tabs .nav-link {
            line-height: 10px;
            min-height: 20px;
            font-size: 10px;
            padding: 0px 10px;
    }
    .lecture-preview .tabs-bg-grey nav .nav-tabs {
        min-width: 120px;
    }
}


@media screen and (min-width: 1200px) {
.add-presentation-tab-content #sharing .the-landing .height-screen,
.add-presentation-tab-content #sharing .document-ready .height-screen {
    height: calc(100vh - 309px);
    overflow-y: auto;
    overflow-x: hidden;
}
.tab-content-main .tab-content {
    padding-bottom: 0;
}
.add-presentation-tab-content .form-group-btn {
    margin-bottom: 0;
}
.lecture-preview .display-tabs-hading {
    display: none;
   }
   .lecture-preview .box-radius {
        padding-top: 0;
        padding-bottom: 0;
   }
   .lecture-preview .tabs-bg-grey .tab-content {
        padding-bottom: 0 !important;
    }
}
@media screen and (min-width: 1400px) {
.add-presentation-tab-content #sharing .the-landing .height-screen,
.add-presentation-tab-content #sharing .document-ready .height-screen {
    height: calc(100vh - 353px);
        overflow-y: auto;
}
#sharing .preview-screens {
    justify-content: center;
}

}


@media screen and (min-width: 1750px) {
.lecture-preview .box-radius {
        padding-top: 1.5rem;
   }
 .lecture-preview .mobile-preview {
        background-size: 286px 560px;
   }
   .lecture-preview .mobile-preview .mobile-preview-container {
    height: 560px;
    padding: 14px 16px 14px 16px;
    width: 286px;
}
#creating-landing-page .creating-landing-col-1 {
    width: 734px;
}
#creating-landing-page .creating-landing-col-2 {
    width: 1000px;
}
#creating-landing-page .creating-landing-col-1 .display-settings {
    padding: 2rem 3.125rem 0rem 3.125rem;
}
#creating-landing-page .creating-landing-col-2 .display-tabs {
    padding: 2rem;
}
/*#sharing .sharing-col-1 {
    width: 694px;
}*/
#sharing .sharing-col-1 .the-landing {
    padding: 2rem 1.5rem;
}
/*#sharing .sharing-col-2 {
    width: 500px;
}*/
#sharing .sharing-col-2 .document-ready {
    padding: 2rem 3.375rem;
}
/*#sharing .sharing-col-3 {
    width: 540px;
}*/
#sharing .sharing-col-3 .message-share {
    padding: 2rem 2.125rem;
}
#sharing .sharing-col-1 .mobile-preview {
    min-height: 115px;
    background-size: 115px 225px;
    display: block;
}
#sharing .sharing-col-1 .mobile-preview-container {
    height: 225px;
    width: 115px;
    padding: 4px;
}
#sharing .sharing-col-1 .mobile-theme2 .conversation-left form {
    padding: 5px 5px 15px 5px;
}
#sharing .sharing-col-1 .mobile-theme2 .conversation-left .btn[disabled] {
    left: 5px;
    font-size: 0.5rem;
}
#sharing .sharing-col-1 .mobile-theme2 .conversation-left form input.form-field,
#sharing .sharing-col-1 .mobile-theme2 .conversation-left textarea.form-field {
    font-size: 0.5rem;
}
#sharing .sharing-col-1 .mobile-theme2 .experience-right h1 {
    font-size: 0.75rem;
}
#sharing .sharing-col-1 .mobile-theme2 .experience-left .experience-person {
    margin: 5px 20px 0 0;
}
#sharing .sharing-col-1 .mobile-theme2 .experience-left .experience-person img {
    width: 70px;
    height: 70px;
}
#sharing .sharing-col-1 .mobile-theme2 .experience-left .whatsapp-icon {
    max-width: 30px;
}
#sharing .sharing-col-1 .mobile-theme2 .experience-left .person-name {
    font-size: 0.7rem;
}
#sharing .sharing-col-1 .mobile-theme2 .conversation-right .video-thumbnail {
    border-radius: 15px;
}
#sharing .sharing-col-1 .the-landing .img-bg {
    padding: 30px;
}
#sharing .sharing-col-1 .computer-preview {
    display: block;
    background-size: 390px 230px;
    min-height: 230px;
}
#sharing .sharing-col-1 .computer-preview-container  {
    padding: 10px 54px 38px 54px;
    height: 230px;
    width: 390px;
}
#sharing .sharing-col-2 .add-presentation-tab-content .form-group-btn {
    margin-bottom: 0;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture {
    padding: 5px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-details h1 {
    font-size: 0.75rem;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-details h2 {
    font-size: 0.6rem;
        margin-bottom: .25rem;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .video-box:before {
    border-radius: 8px;
    width: 30px;
    height: 30px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .video-box .video-thumbnail {
    border-radius: 10px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .video-box:after {
    width: 20px;
    height: 20px;
    background-size: 16px;
    right: -12px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .book-lecture {
    padding: 5px;
    background-size: 120px 100px;
    padding-top: 1rem;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .book-lecture .lecture-right {
    padding-top: 0px;
    background-size: 15px 20px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .book-lecture .lecture-right h1 {
    font-size: 0.6rem;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .book-lecture .lecture-right form:after {
    width: 20px;
    height: 20px;
    background-size: 14px;
    left: 0px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .book-lecture .lecture-right form {
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .book-lecture .lecture-right form input.form-field {
    height: 20px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .book-lecture .lecture-right textarea.form-field {
    margin-top: 0.25rem;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .book-lecture .lecture-right .btn[disabled] {
    font-size: 0.7rem;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-left {
    background-size: 100px 50px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-reviews .lecture-reviews-img img {
    width: 40px;
    min-width: 40px;
    height: 40px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-reviews .name-social-icon {
    padding: 0;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-left .lecture-reviews-text {
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 10px;
    margin-top: -0.5rem;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-left .lecture-reviews-text .dots {
    margin-top: -0.5rem;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-left .lecture-reviews-text:after {
    bottom: -18px;
    right: 56px;
    border-width: 15px 10px 15px 0;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .lecture-left .announcement-icon {
        width: 16px;
    height: 18px;
    top: -8px;
    left: -5px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .whatsapp-icon {
    max-width: 35px;
}
#sharing .sharing-col-1 .computer-theme1.mobile-theme1 .whatsapp-icon svg {
    width: 14px;
    height: 14px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .lecture {
    padding: 10px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .video-box:before {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .video-box .video-thumbnail {
    border-radius: 15px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .lecture-details h1 {
    font-size: .8rem;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .book-lecture {
        background-size: 120px 100px;
            padding: 5px 5px 15px 5px;
}
#sharing .sharing-col-1 .mobile-preview .book-lecture .lecture-right h1 {
        margin-bottom: 0;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .lecture-left {
    background-size: 140px 50px;
        padding-top: .5rem;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .lecture-reviews .lecture-reviews-img img {
        width: 50px;
    height: 50px;
    min-width: 50px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .lecture-left .announcement-icon {
    top: -10px;
    left: 0px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .lecture-reviews .name-social-icon {
    padding: 0px 5px 0 5px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .book-lecture .lecture-right form {
    padding: 10px 10px 10px 10px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .book-lecture .lecture-right form:after {
    width: 25px;
    height: 25px;
    background-size: 18px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .book-lecture .lecture-right {
    padding-top: 0;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .book-lecture .lecture-right form input.form-field {
        height: 20px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .book-lecture .lecture-right textarea.form-field {
    margin-top: 0.25rem;
}
#sharing .sharing-col-1 .computer-preview .computer-theme1 .book-lecture .lecture-right .btn[disabled] {
    display: inherit;
}
#sharing .sharing-col-2 .document-bg .computer-theme1 .video-box:before {
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
#sharing .sharing-col-2 .document-bg .computer-theme1 .lecture-details h1 {
    font-size: 1rem;
}
#sharing .sharing-col-2 .document-bg .computer-theme1 .lecture-details h2 {
    margin-bottom: .5rem;
}
#sharing .sharing-col-2 .document-bg .computer-theme1 .book-lecture .lecture-right form {
    padding: 10px 10px 10px 10px;
}
#sharing .sharing-col-2 .document-bg .computer-theme1 .book-lecture .lecture-right {
    margin-top: 0;
}
#sharing .sharing-col-2 .document-bg .computer-theme1 .video-box .video-thumbnail {
    border-radius: 20px;
}
#sharing .mobile-preview .mobile-theme3 .philosopher-details .philosopher-details-left {
    background-size: 100px 100px;
    min-height: 100px;
        padding: 20px 0;
}
#sharing .mobile-preview .mobile-theme3 .philosopher-details:after {
    bottom: 70px;
    left: 0;
}
#sharing .mobile-preview .mobile-theme3 .philosopher-details-left .player-button {
    top: 15%;
    width: 40px;
    height: 40px;
    right: -10px;
}
#sharing .mobile-preview .mobile-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 60px;
    min-width: 60px;
    height: 60px;
}
#sharing .sharing-col-1 .computer-preview .computer-theme3 .philosopher-left h1 {
    font-size: 0.75rem;
}
#sharing .sharing-col-1 .computer-theme3 .philosopher-left h1 {
    font-size: 0.6rem;
}
#sharing .sharing-col-1 .philosopher-details .philosopher-details-left {
    background-size: 140px 140px;
    padding: 20px 0;
}
#sharing .sharing-col-1 .philosopher-details .philosopher-details-left .philosopher-img {
    border-radius: 100%;
    max-width: 95px;
    min-width: 95px;
    height: 95px;
}
#sharing .sharing-col-1 .philosopher-details-left .player-button {
    right: -15px;
    top: 10%;
}
#sharing .sharing-col-2 .document-theme3 .philosopher-details-left .player-button {
    right: -18px;
}
#sharing .sharing-col-2 .document-theme3 .philosopher-left h1 {
    font-size: 1rem;
}

#mobile-tab-2 .mobile-preview .computer-theme3 .philosopher-left h1 {
    font-size: 1.25rem;
}
.mobile-preview .lecture-video {
    min-height: inherit;
}
.mobile-preview .lecture-reviews .name-social-icon h3 {
    font-size: 0.6rem;
}
}

@media screen and (max-width: 1600px) {

    /*.add-presentation-tab-content #sharing .sharing-col-1 {
        width: 48%;
    }
    .add-presentation-tab-content #sharing .sharing-col-2 {
        width: 30%;
    }
    .add-presentation-tab-content #sharing .sharing-col-3 {
        width: 22%;
    }*/
    .add-presentation-tab-content #sharing .sharing-col-3 .form-group-btn {
        flex-direction: column;
        gap: 15px;
    }
    .tabs-bg-grey .tab-content {
        padding-top: 15px;
    }
    #sharing .form-group-btn {
        margin-bottom: 0
    }
    #sharing .computer-preview {
        background-size: 500px 295px;
        min-height: 259px;
    }
    #sharing .computer-preview-container {
        height: 295px;
        padding: 3px 67px 60px 67px;
        width: 500px;
    }
    #sharing .mobile-preview {
        min-height: 314px;
        background-size: 160px 314px;
    }
    #sharing .mobile-preview-container {
        height: 314px;
        width: 160px;
        padding: 8px;
    }
    #sharing .mobile-preview-container .inner {
        border-radius: 20px;
    }
    #sharing .message-share textarea {
        min-height: 150px;
    }

    #sharing .document-bg {
        border: 15px solid rgba(243, 244, 244, 1);
        height: 485px;
    }
     #sharing .the-landing .img-bg {
        padding: 0 20px 20px 20px;
    }
    .img-link-copy h3 {
        margin-top: 10px;
    }    
    #sharing .preview-screens {
/*        justify-content: center;*/
        transform: scale(0.8);
        gap: 30px;
/*        margin-top: -20px;*/
    }
    #sharing .mobile-theme1 .book-lecture {
        padding: 10px;
    }
    #sharing .mobile-theme1 .lecture-left {
        background-size: 110px 83px;
    }
    #sharing .mobile-theme1 .lecture-reviews .lecture-reviews-img img {
        width: 52px;
        min-width: 52px;
        height: 52px;
    }
    #sharing .mobile-theme1 .lecture-reviews .name-social-icon h3 {
        font-size: 0.6rem;
    }
    #sharing .mobile-theme1 .lecture-reviews .name-social-icon {
        padding: 4px 0px 0 0px;
    }
    #sharing .mobile-theme1 .book-lecture .lecture-right h1 {
        font-size: 0.7rem;
    }
    #sharing .mobile-theme1 .lecture-details h1 {
        font-size: 0.75rem;
    }
    #sharing .mobile-theme1  .lecture-details h2 {
        font-size: 0.6rem;
        margin-bottom: 0.5rem;
    }
    #sharing .computer-theme2 .experience-right h1 {
        font-size: 1rem;
    }
    .mobile-theme2 .experience-left .experience-person img {
        width: 90px;
        height: 90px;
    }
    #sharing .document-theme1 .book-lecture .lecture-right h1 {
        margin-bottom: 0.5rem;
    }
    #mobile-tab .computer-theme3.mobile-theme3 .philosopher-left h1 {
        font-size: 1rem;
    }
    #mobile-tab .computer-theme1.mobile-theme1 .lecture-left {
        background-position: top left;
    }
}

@media screen and (max-width: 1400px) {
    .presentations .heading {
        padding-bottom: 30px;
    }
    .add-presentation-tabs {
        margin-top: 0.5rem;
        padding: 15px;
        min-height: inherit;
    }
    .add-presentation-tabs .tab-btn-group .btn,
    .cancellation-btn a {
        font-size: 14px;
    }
    .add-presentation-progress {
        margin: 35px 0 30px 0;
    }
    .the-landing {
        padding: 20px;
    }
    .message-share,
    .document-ready {
        padding: 20px 15px;
    }
    .message-share h2 {
        margin-bottom: 20px;
    }
    .the-landing h2 {
        margin-bottom: 10px;
    }
    .the-landing h1 {
        margin-bottom: 15px;
    }
    .display-settings {
        padding: 20px;
    }
    #computer-tab-2 .computer-preview .philosopher-details .philosopher-details-left {
        background-size: 140px 140px;
    }
    #computer-tab-2 .computer-preview .philosopher-details .philosopher-details-left .philosopher-img {
        max-width: 86px;
        min-width: 86px;
        height: 86px;
    }
    #computer-tab-2 .computer-preview .philosopher-details-left .player-button {
        right: -8px;
    top: 13%;
    width: 50px;
    height: 50px;
    }
    #computer-tab-2 .computer-preview .philosopher-details-left .social-icon {
        right: 20px;
    }
}


@media screen and (max-width: 1300px) { 

    #computer-tab-2 .computer-preview .philosopher-details .philosopher-details-left {
        background-size: 120px 120px;
            margin-top: -5px;
            padding: 25px 0;
    }
    #computer-tab-2 .computer-preview .philosopher-details .philosopher-details-left .philosopher-img {
        max-width: 75px;
        min-width: 75px;
        height: 75px;
    }
    #computer-tab-2 .computer-preview .philosopher-details-left .player-button {
        right: -10px;
        top: 13%;
        width: 40px;
        height: 40px;
    }
    #computer-tab-2 .computer-preview .philosopher-details-left .social-icon {
        right: 0px;
        top: 10px;
    }

    #sharing .computer-preview {
        transform: scale(0.9);
        position: relative;
        left: -40px;
    }
    #sharing .mobile-preview {
        transform: scale(0.9);
        right: 50px;
        position: relative;
    }
    #sharing .mobile-theme1 .book-lecture {
        background-size: 130px 114px;
    }
    #sharing .document-theme1 .book-lecture .lecture-right form input.form-field {
        height: 20px;
        float: left;
    }
    #sharing .document-theme1 .book-lecture .lecture-right textarea.form-field {
        margin-top: 0.3rem;
        float: left;
    }
    #sharing .document-theme1 .book-lecture .lecture-right form {
        padding: 10px 10px 10px 15px;
    }
    #sharing .document-theme1 .lecture-left {
        background-size: 120px 73px;
    }
    #sharing .document-theme1 .lecture-reviews .lecture-reviews-img img {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }
    #sharing .document-theme1 .book-lecture .lecture-right h1 {
        font-size: 0.8rem;
    }
    #sharing .document-theme1 .lecture-reviews .name-social-icon {
        padding: 5px 5px 0 5px;
    }
    #sharing .document-theme1 .lecture-reviews .name-social-icon h3 {
        font-size: 0.6rem;
    }

}

@media screen and (max-width: 1199px) {
    #sharing .preview-screens {
/*        transform: scale(1);*/
        gap: 30px;
        margin-top: 0;
    }
    .creating-landing-col-2 .computer-preview {
        min-height: 295px;
        background-size: 500px 295px;
    }
    .creating-landing-col-2 .computer-preview-container {
        height: 295px;
        padding: 13px 66px 50px 66px;
        width: 500px;
    }
    .add-presentation-tabs .nav .nav-item .nav-link:after {
        display: none;
    }
    .add-presentation-tabs .nav .nav-item .nav-link span {
        margin-left: 10px;
    }
    .add-presentation-tabs .nav .nav-item .nav-link {
        font-size: 0.8rem;
        padding: 0 0 0 10px;
    }
    .add-presentation-tab-content #sharing .sharing-col-1 {
/*        width: 100%;*/
    }
    .add-presentation-tab-content #sharing .sharing-col-2 {
/*        width: 50%;*/
/*        margin-top: 1.5rem;*/
    }
    .add-presentation-tab-content #sharing .sharing-col-3 {
/*        width: 50%;*/
/*        margin-top: 1.5rem;*/
    }
    #sharing .computer-preview {
        transform: scale(1);
        position: relative;
        left: 0;
    }
    #sharing .mobile-preview {
        transform: scale(1);
        right: 0;
        position: relative;
    }
    #sharing .document-theme3 .philosopher-details-left .social-icon {
        right: 45%;
    }
    #sharing .document-theme3 .philosopher-details-left .player-button {
        right: 20%;
    }
    .add-presentation-tab-content #sharing .sharing-col-3 .form-group-btn {
        gap: 12px 12px;
        flex-wrap: wrap;
    }
    .add-presentation-tab-content #sharing .sharing-col-3 .message-share textarea {
        min-height: 350px;
    }
}

@media screen and (max-width: 991px) {
    .cancellation-btn {
        min-width: auto;
    }   
    .sidebarMenu + .sideContentMain .loader-img {
        right: 0;
    }
    .presentations {
        padding: 0;
    }
    .my-lectures .lectures-list {
        gap: 20px;
    }
    .creating-landing-col-2 {
        margin-top: 1rem;
    }
    .creating-landing-col-2 .tabs-bg-grey .tab-content {
        padding-top: 1.5rem;
    }
    .sidebarMenu + .sideContentMain {
        width: 100%;
    }
    .sideContentMain {
        height: calc(100vh - 62px);
    }
    .add-presentation-tab-content {
        display: inline-block;
    }
    .tab-content-main .add-presentation-tab-content #lecture-details {
        max-width: 100%; 
    }
    #creating-landing-page .document-bg {
        height: 465px;
        border-width: 15px;
    }
    .the-landing .img-bg {
        padding: 30px 20px 30px 20px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }
    #sharing .computer-preview {
        transform: scale(0.9);
        left: -15px;
    }
    #sharing .mobile-preview {
        transform: scale(0.9);
        right: 15px;
    }
    .lecture-preview .computer-theme2 .experience-right h1 {
        font-size: 1rem;
    }
    header {
        padding: 15px 20px;
        height: auto;
    }
    .mainDiv {
        padding-top: 62px;
    }
    header .logo-main img {
        height: 22px;
    }
    .profile-dropdown .profile-img {
        width: 28px;
    }
    .profile-dropdown .dropdown-toggle {
        border-width: 2px;
    }
    .sidebarMenu-icon, .closebtn {display: block;}
    .sidebarMenu {padding: 0;width: 100%;height: calc(100vh - 62px);border: 0px;box-shadow: none;background-color: rgba(0,0,0,0.2);z-index: 1;position: fixed;top: 62px;bottom: 0;right: -100%;transform: translateX(100%);transition: all .4s ease-in-out;}
    .sidebarMenu.view {right: 0;transform: translateX(0%);}
    .sidebarMenu .d-flex.flex-shrink-0 {display: block !important;}
    .sidebarMenu ul.nav {padding: 10px 0;display: block;overflow-y: auto;height: calc(100vh - 62px);width: 244px;box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);background-color: var(--white);}
    .sideContentMain {width: 100%;padding-left: 0;padding-right: 0;}
    .editLecture-tab-panel .nav-tabs {justify-content: center;}
    .profile-dropdown .dropdown-menu {max-width: 244px;height: calc(100vh - 62px);overflow-y: auto;top: 62px !important;position: fixed !important;bottom: 0 !important;right: unset !important;left: -100% !important;z-index: 1;transform: translateX(-100%) !important;background-color: var(--white);box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);border-radius: 0px !important;min-width: 244px;display: flex;flex-flow: column;gap: 14px;padding: 16px 0;margin-top: 0px;}
    .profile-dropdown .dropdown-menu.show {left: 0 !important;transform: translateX(0%) !important;}
    .drpdwn-menu {display: flex;flex-flow: column;gap: 14px;padding: 0 13px;}
    .profile-dropdown.show .back-drop-respon {display: block;left: 0;transform: translateX(0%);}
    .profile-dropdown .dropdown-toggle:before {display: none !important;}
    .sidebarMenu ul.nav li a.nav-link {
        font-size: 16px;
        padding: 0px 26px;
        line-height: 44px;
        gap: 20px;
    }
    .sidebarMenu ul.nav li a.nav-link svg {
        width: 24px;
        height: 24px;
    }
    .dropdown-profilebox {
        padding: var(--bs-dropdown-item-padding-y) 10px;
    }
    .profile-dropdown .dropdown-menu .dropdown-item {
        column-gap: 15px;
        padding: 0 30px
    }
    .profile-dropdown .dropdown-menu {
        gap: 10px;
    }
    .profile-dropdown .dropdown-menu .drpdwn-menu {
        padding: 0; 
    }
    .dropdown-profilebox .profile {
        width: 55px;
    }
    .profile-dropdown .dropdown-item svg {
        width: 24px;
        height: 24px;
    }
    .profile-dropdown .dropdown-item {
        line-height: 42px;
        font-size: 1rem;
    }
    .profile-txt .name {
        font-size: 1rem;
    }
    .profile-txt .mail {
        font-size: 14px;
    }

}

@media screen and (max-width: 767px) {
.lecture-preview .mobile-preview-container { 
    padding: 8px 8px 8px 8px;
}
    .profile-dropdown {
        margin-right: 0;
    }
    .presentations .heading h1 {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 5px;
    }
    .presentations .heading p {
        display: block;
    }
    .presentations .heading .btn {
        width: 100%;
    }
    .presentations .heading {
        padding-bottom: 30px;
    } 
    .presentations .my-lectures .title {
        font-weight: 700;
        font-size: 18px;
    }
    #sharing .preview-screens {
        flex-direction: column;
        gap: 20px;
    }
    #sharing .computer-preview {
        transform: scale(1);
        background-size: 460px 271px;
        min-height: 271px;
    }
    #sharing .computer-preview-container {
        height: 271px;
        padding: 12px 62px 46px 62px;
        width: 460px;
    }
    #sharing .mobile-preview {
        transform: scale(1);
        margin-top: 1.5rem;
        min-height: 372px;
        background-size: 190px 372px;
    }
    #sharing .mobile-preview-container {
        height: 372px;
        width: 190px;
        padding: 8px;
    }
    .add-presentation-tab-content #sharing .sharing-col-2 {
/*        width: 100%;*/
    }
    .add-presentation-tab-content #sharing .sharing-col-3 {
/*        width: 100%;*/
    }
    #sharing .sharing-col-3 .textarea-bg-mobile {
        background-color: rgba(247, 247, 247, 1);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 12px; 
    }
    .add-presentation-tab-content #sharing .sharing-col-3 .message-share textarea {
        min-height: 360px;
        border-radius: 20px;
        background-color: #fff;
    }
    .add-presentation-tab-content #sharing .sharing-col-3 .form-group-btn {
        flex-wrap: nowrap;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 1rem;
        margin-bottom: 0;
    }
    .add-presentation-tab-content .form-group-btn {
        margin-bottom: 0;
    }
    .display-settings {
        padding: 1rem;
    }
    .display-tabs {
        padding: 1rem;
    }
    .display-settings .tabs-bg-grey .tab-content {
        padding-top: 0;
    }
    .display-settings .tabs-bg-grey {
        padding-top: 0;
    }
    .tabs-bg-grey .tab-content {
        padding-top: 1.5rem;
    }
    .creating-landing-col-2 #computer-tab .computer-preview {
        min-height: 289px;
        background-size: 490px 289px;
    }
    .creating-landing-col-2 #computer-tab .computer-preview-container {
        height: 289px;
        padding: 50px 68px 65px 68px;
        width: 490px;
    }
    #creating-landing-page .creating-landing-col-2 .document-bg {
        border-width: 40px 20px 40px 20px;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
        height: auto;
    }
    .creating-landing-col-2 #document-tab .computer-theme1 .lecture-left {
        background-position: top left;
    }
    .creating-landing-col-2 #document-tab .computer-theme1 .lecture-reviews .name-social-icon {
        margin-right: auto;
    }
    #creating-landing-page .tab-content,
    .tab-content.add-presentation-tab-content{
        max-height: initial;
    }

    /* mobile tabs add design */
    .add-presentation-tabs .cancellation-btn,
    .add-presentation-tabs .tab-btn-group {
        display: none;
    }
    .mobile-previous-arrow,
    .mobile-tab-title,
    .mobile-tab-after-content {
        display: block;
    }
    .mobile-tab-after-content {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 1.5rem;
        margin-right: -1.5rem;
        margin-left: -1.5rem;
        padding: 0 1.5rem;

    }
    .mobile-previous-arrow {
        margin-bottom: 0.75rem;
    }
    .mobile-previous-arrow + .add-presentation-tabs {
        display: none;
    }
    .mobile-previous-arrow button {
        padding: 0;
        border: none;
        background: transparent;
    }
    .mobile-tab-title h1 {
        color: rgba(0, 0, 0, 0.8);
        font-size: 24px;
        font-weight: 500;
    }
    .mobile-tab-after-content p {
        font-size: 12px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 500; 
    }
    .add-presentation-tabs .nav .nav-item .nav-link {
        font-size: 12px;
        padding: 0 0 0 8px;
        overflow: hidden;
        font-weight: 600;
    }
    .add-presentation-tabs .nav .nav-item .nav-link span {
        border-radius: 100%;
        font-weight: 500;
        font-size: 12px;
    }
    .add-presentation-tabs .nav .nav-item .nav-link:not(.active) {
        text-indent: -999px;
    }
    .add-presentation-tabs .nav .nav-item .nav-link:not(.active) span {
        text-indent: 0px;
    }
    .add-presentation-tabs .nav .nav-item .nav-link:after {
        width: 18px;
        height: 18px;
        margin: 0;
        display: inline-block;
        background-color: transparent; 
        background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 13.5L6.75 9L11.25 4.5" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }
    .add-presentation-tabs {
        margin-top: 0;
        background-color: transparent;
        border-radius: 10px;
        padding: 0.5rem 0 1rem 0;
        min-height: auto;
    }
    .add-presentation-tabs .nav {
        margin: 0 0 0 auto;
    }
    .add-presentation-progress {
        display: none;
    }
    #pagination-buttons {
        display: none;
    }
    .mobile-btn#pagination-buttons {
        display: block;
    }
    .add-presentation-tab-content .form-group-btn.mobile-btn {
        display: block;
        margin-top: 1rem;
        margin-bottom: 0;
    }
    .bg-light-grey {
        background-color: #fff;
    }
    #lecture-details textarea.form-field {
        background-color: rgba(247, 247, 247, 1);
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        max-height: 100px;
        font-size: 14px; 
        border-radius: 16px;
        line-height: 16.94px;
    }
    #lecture-details textarea.form-field.textarea-long {
        max-height: 80px;
        height: 80px;
        border-radius: 10px;
        padding: 10px 10px;
    }
    .ideas-list {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-top: none;
        border-radius: 0 0 5px 5px;
        padding: 1rem;
    }
    .tab-content-main .add-presentation-tab-content #lecture-details h2 {
        font-size: 14px;
    }
    .tab-content-main .add-presentation-tab-content .ideas-list h2 {
        color: rgba(0, 0, 0, 0.3);
    }
    .tab-content-main .add-presentation-tab-content .ideas-list h2 svg {
        width: 18px;
        height: 18px;
    }
    .tab-content-main .add-presentation-tab-content .ideas-list h2 svg path {
        stroke: rgba(0, 0, 0, 0.3);
    }
    .ideas-list ul li {
        font-size: 14px;
        line-height: 16.94px;
        margin-top: 15px;
        align-items: center; 
    }
    .ideas-list ul li:before {
        width: 20px;
        min-width: 20px;
        height: 20px;
        background-size: 100%;
    }
    div#lecture-details .form-group.mb-3 {
        margin-bottom: 0 !important;
    }
    .add-presentation-tab-content .form-group-btn.mobile-btn .btn {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        padding: 9px 25px;
    }
    .loading-spinner-bg {
        font-size: 14px;
        gap: 0 15px;
        height: auto;
        margin: 20px auto 0 auto;
    }
    .loading-spinner-bg .spinner-border {
        --bs-spinner-width: 1.5rem;
        --bs-spinner-height: 1.5rem;
    }
    .ideas-list ul.loading-list li .loading-bg {
        height: 20px;
    }
    .images-list .images-item {
        height: 100px;
    }
    .document-ready h2,
    #sharing .message-share h2 {
        font-size: 1.25rem;
        font-weight: 600;
    }
    .display-settings .video-link>button {
        text-align: right;
    }
    .display-settings h2 {
        font-size: 1rem;
    }
    .creating-landing-col-1 .display-settings {
        padding: 0;
    }
    .img-link-copy h3 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
    }
    #sharing .sharing-col-1 .the-landing>div>h2 {
        font-size: 16px;
        margin-bottom: 1.25rem;
    }
    #sharing .row.mt-4 {
        margin-top: 0 !important;
    }
    #creating-landing-page .creating-landing-col-2 {
        margin-top: 0;
    }
    .tab-btn-group.mobile-tab-navigation {
        display: flex;
        justify-content: space-between;
        border-top: 1px solid rgba(239, 239, 239, 1);
        margin: 0 -1.5rem;
        padding: 1rem 1.5rem 0 1.5rem;
    }
    .tab-btn-group.mobile-tab-navigation button {
        border-radius: 10px;
    }
    .creating-landing-col-2.desktop-view {
        display: none;
    }
    .mobile-view.creating-landing-col-2 {
        display: block;
    }
    .mobile-view.creating-landing-col-2 .display-tabs {
        padding: 0;
    }
    .tabs-bg-grey nav .nav-tabs {
        width: 100%;
        justify-content: space-between;
    }
    .display-settings .mobile-view.creating-landing-col-2 .tabs-bg-grey nav {
        justify-content: center;
    }
    .display-settings .mobile-view.creating-landing-col-2 .tabs-bg-grey nav .nav-tabs {
                width: auto;
        max-width: 162px;
        min-width: inherit;
    }
    .display-settings .mobile-view.creating-landing-col-2 .tabs-bg-grey .tab-content {
        padding-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    #sharing .the-landing {
        padding: 0;
    }
    #sharing .document-ready {
        padding: 1.5rem 0;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 0;
    }
    #sharing .message-share {
        padding: 0;
    }
    .add-presentation-tab-content {
        padding-bottom: 0;
    }
    .mobile-tab-title + .add-presentation-tabs {
        display: flex;
    }
    #creating-landing-page>.row.mt-4 {
        margin-top: 0rem !important;
    }
    .computer-theme1 .video-box:after {
        width: 14px;
        height: 14px;
        background-size: 10px;
    }
    .display-settings .title {
        font-weight: 500;
    }

    #sharing .computer-preview {
        transform: scale(1);
        left: 0;
    }
    #sharing .mobile-preview {
        transform: scale(1);
        right: 0;
    }
    #sharing .the-landing .form-group-btn {
        margin-bottom: 0;
    }
    #sharing .document-bg {
        border-width: 40px 20px 40px 20px;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
        height: auto;
    }
    #sharing .the-landing .img-bg {
        padding: 20px;
    }

}

@media screen and (max-width: 575px) {
    #sharing .computer-preview {
        background-size: 410px 242px;
        min-height: 242px;
    }
    #sharing .computer-preview-container {
        height: 242px;
        padding: 10px 50px 40px 50px;
        width: 410px;
    }
    #sharing .computer-theme1 .lecture-details h1 {
        font-size: 1rem;
    }
    #sharing .computer-theme1 .lecture-details h2 {
        margin-bottom: 0.5rem;
        font-size: 0.5rem;
    }
    #sharing .mobile-theme .lecture-details h1 {
        font-size: 0.75rem;
    }
    #sharing .mobile-theme1 .book-lecture .lecture-right {
        margin-top: 0;
    }
    #sharing .computer-theme1 .lecture-left {
        background-size: 120px 60px;
    }
    #sharing .computer-theme1 .book-lecture .lecture-right form input.form-field {
        float: left;
        height: 20px;
        font-size: 0.65rem;
    }
    #sharing .computer-theme1 .book-lecture .lecture-right textarea.form-field {
        float: left;
        margin-top: 0.10rem;
        font-size: 0.65rem;
    }
    #sharing .computer-theme1 .book-lecture .lecture-right .btn[disabled] {
        font-size: 0.65rem;
    }
    #sharing .computer-theme1 .book-lecture .lecture-right h1 {
        font-size: 0.75rem;
    }
    #sharing .computer-theme1 .lecture-reviews .lecture-reviews-img img {
        width: 52px;
        height: 52px;
        min-width: 52px;
    }
    #sharing .computer-theme1 .lecture-reviews .name-social-icon {
        padding: 5px 0 0 0;
    }
    #sharing .computer-theme1 .lecture-reviews .name-social-icon h3 {
        font-size: 0.6rem;
    }
    #sharing .computer-theme1 .book-lecture .lecture-right {
        margin-top: 0;
        padding-top: 0px;
        background-size: 15px 18px;
        background-position: 5px 0;
    }
    #sharing .computer-theme1 .book-lecture .lecture-right h1 {
        margin-bottom: 0.5rem;
    }
    #sharing .computer-theme1 .book-lecture .lecture-right form {
        padding: 10px 10px 10px 15px;
    }
    #sharing .computer-theme1 .book-lecture {
        background-size: 140px 120px;
    }
    #sharing .computer-theme1 .lecture {
        padding-bottom: 0;
    }
    #sharing .mobile-theme1 .lecture-details h1 {
        font-size: 0.75rem;
    }
    #sharing .img-link-copy a {
        font-size: 16px;
    }
    #sharing .the-landing h2 {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    #sharing .message-share h2 {
        margin-bottom: 1.25rem;
    }
    #sharing .computer-theme2 .experience-right h1 {
        font-size: 0.75rem;
    }
    .experience-left .whatsapp-icon {
        max-width: 30px;
    }
    .computer-theme3 .philosopher-left {
        padding: 0.5rem 0.75rem 0.5rem 0.5rem;
    }
    #sharing .computer-theme3 .philosopher-details .philosopher-details-left {
        background-size: 130px 130px;
        padding: 20px 0;
    }
    #sharing .computer-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
        max-width: 90px;
        min-width: 90px;
        height: 90px;
    }
    #sharing .computer-theme3 .philosopher-details-left .player-button {
        right: -10px;
        top: 10%;
        width: 50px;
        height: 50px; 
    }
    #sharing .mobile-theme3 .philosopher-details:after {
        width: 40px;
        height: 40px;
    } 
    #sharing .document-theme1 .computer-theme1 .lecture-left {
        background-size: 230px 60px;
    }  
    #sharing .document-theme1 .computer-theme1 .book-lecture .lecture-right h1 {
        margin-bottom: 1rem;
    }
    .document-theme1 .computer-theme1 .book-lecture {
        min-height: auto;
    }
    #sharing .document-bg {
        height: auto;
    }
    .computer-theme1.mobile-theme1 .lecture {
        padding: 10px;
    }
    .computer-theme1.mobile-theme1 .video-box .video-thumbnail {
        border-radius: 20px;
    }
    .computer-theme1.mobile-theme1 .video-box:before {
        border-radius: 10px;
        width: 50px;
        height: 50px;
    }
    .display-settings {
        padding: 1rem;
    }
    .display-settings .tabs-bg-grey .tab-content {
        padding-top: 0;
    }
    .display-settings .tabs-bg-grey {
        padding-top: 0;
    }
    .display-settings .video-link {
        font-size: 0.9rem;
    }
    .display-tabs {
        padding: 1rem;
    }
    .creating-landing-col-2 #computer-tab .computer-preview {
        background-size: 400px 236px;
        min-height: 236px;
    }
    .creating-landing-col-2 #computer-tab .computer-preview-container {
        height: 236px;
        padding: 40px 55px 52px 55px;
        width: 400px;
    }
    .tabs-bg-grey .tab-content {
        padding-top: 1rem;
    }
    #creating-landing-page .document-bg {
        width: auto;
    }
    .creating-landing-col-2 .computer-theme1 .lecture-details h1 {
        font-size: 0.75rem;
    }
    .creating-landing-col-2 .computer-theme1 .lecture-details h2 {
        font-size: 0.6rem;
    }
    .creating-landing-col-2 .computer-theme1 .lecture-details h3 {
        font-size: 0.5rem;
    }
    .creating-landing-col-2 .computer-theme1 .video-box:before {
        width: 40px;
        height: 40px;
        border-radius: 10px;
    }
    .creating-landing-col-2 .computer-theme1 .video-box .video-thumbnail {
        border-radius: 15px;
    }
    .creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right {
        margin-top: 0;
    }
    .creating-landing-col-2 .computer-theme1 .book-lecture {
        padding-top: 0;
        background-size: 140px 120px;
    }
    .creating-landing-col-2 .computer-theme1 .lecture-left {
        background-size: 80px 50px;
        padding-top: 1rem;
        background-position: top left;
    }
    .creating-landing-col-2 .lecture-reviews .lecture-reviews-img img {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .creating-landing-col-2 .computer-theme1 .lecture-reviews .name-social-icon h3 {
        font-size: 0.5rem;
    }
    .creating-landing-col-2 .computer-theme1 .lecture-reviews .name-social-icon {
        padding: 5px 10px 0 10px;
    }
    .creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right h1 {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right form input.form-field {
        height: 20px;
        font-size: 0.65rem;
        float: left;
    }
    .creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right textarea.form-field {
        margin-top: 0.25rem;
        font-size: 0.65rem;
        float: left;
    }
    .creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right .btn[disabled] {
        font-size: 0.65rem;
    }
    .creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right form {
        padding: 10px;
        border-radius: 10px; 
    }
    .creating-landing-col-2 .computer-theme2 .experience-right {
        padding: 0.5rem;
        max-height: 150px;
    }
    .creating-landing-col-2 .computer-theme2.mobile-theme2 .conversation-right {
        height: auto;
    }
    .creating-landing-col-2 .computer-theme2.mobile-theme2 .experience-right { 
        max-height: inherit;
    }
    .creating-landing-col-2 .computer-theme2 .experience-right h1 {
        font-size: 0.75rem;
        margin-bottom: 0.3rem;
    }
    .creating-landing-col-2 .computer-theme2 .experience-right p {
        margin-bottom: 0.3rem;
    }
    .creating-landing-col-2 .computer-theme2 .experience-left {
        height: 160px;
    }
    .creating-landing-col-2 .computer-theme2 .experience-left .social-media {
        padding: 14px 24px 0 0;
    }
    .creating-landing-col-2 .computer-theme2 .experience-left .experience-person img {
        width: 90px;
        height: 90px;
    }
    .add-presentation-tab-content {
        padding-bottom: 0;
    }
    .creating-landing-col-2 .computer-theme2 .experience-left .experience-person {
        margin: 4px 40px 0 0;
    }
    .creating-landing-col-2 .computer-theme2 .conversation-right {
        height: 165px;
    }
    .computer-theme3 .philosopher-left h1 {
        font-size: 0.75rem;
        margin-bottom: 0.5rem;
    }
    .creating-landing-col-2 .computer-theme3 .philosopher-details .philosopher-details-left {
        background-size: 150px 150px;
        padding: 25px 0;
    }
    .creating-landing-col-2 .computer-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
        max-width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .creating-landing-col-2 .computer-theme3 .philosopher-left {
        max-height: 150px;
        overflow: hidden;
        overflow-y: auto;
    }
    .creating-landing-col-2 .document-theme3 .computer-theme3 .philosopher-left {
        max-height: 190px;
    }
    .creating-landing-col-2 .document-theme3.mobile-theme3 .computer-theme3 .philosopher-left,
    .creating-landing-col-2 .computer-theme3.mobile-theme3 .philosopher-left {
        max-height: inherit;
    }
    #sharing .sharing-col-1 .computer-theme1.mobile-theme1 .the-landing>div h2 {
        font-size: 10px;
    }
    .creating-landing-col-2 .computer-preview {
        min-height: 260px;
        background-size: 440px 260px;
    }
    .creating-landing-col-2 .computer-preview-container {
        height: 260px;
        padding: 12px 60px 42px 60px;
        width: 440px;
    }
    .document-bg .philosopher-details-left .social-icon {
    right: 20px;
}
.lecture-preview .mobile-preview .philosopher-details-left .social-icon {
    right: 20px;
}


}

@media screen and (max-width: 479px) {
    .lecture-preview .mobile-preview .philosopher-details .philosopher-details-left {
        background-size: 150px 150px;
    }
    .lecture-preview .mobile-preview .philosopher-details .philosopher-details-left .philosopher-img {
        max-width: 95px;
        min-width: 95px;
        height: 95px;
    }
    .lecture-preview .mobile-preview .philosopher-details-left .player-button {
        right: -6px;
        top: 20%;
        width: 40px;
        height: 40px;
    }
    .lecture-preview .computer-preview .philosopher-details .philosopher-details-left {
        background-size: 120px 120px;
        margin-top: 0;
    }
    .lecture-preview .computer-preview .philosopher-details .philosopher-details-left .philosopher-img {
        max-width: 80px;
        min-width: 80px;
        height: 80px;
    }
    .lecture-preview .computer-preview .computer-theme3 .philosopher-details:after {
            top: -10px;
    }
    .lecture-preview .computer-preview .philosopher-details .philosopher-details-left {
        padding: 22px 0;
    }
    .lecture-preview .computer-preview .philosopher-details-left .social-icon {
        top: 8px;
        right: 5px;
    }
    .lecture-preview .computer-preview .philosopher-details .philosopher-details-right h2 {
        font-size: 0.75rem;
    }
    .lecture-preview .computer-preview  .philosopher-details-left .player-button {
        right: -14px;
        top: 12%;
        width: 45px;
        height: 45px;
    }

.lecture-preview .document-bg .philosopher-details .philosopher-details-left {
        background-size: 140px 140px;
        margin-top: 0;
    }
    .lecture-preview .document-bg .philosopher-details .philosopher-details-left .philosopher-img {
        max-width: 90px;
        min-width: 90px;
        height: 90px;
    }
    .lecture-preview .document-bg .computer-theme3 .philosopher-details:after {
            top: -10px;
    }
    .lecture-preview .document-bg .philosopher-details .philosopher-details-left {
        padding: 26px 0;
    }
    .lecture-preview .document-bg .philosopher-details-left .social-icon {
        top: 8px;
        right: 18px;
    }
    .lecture-preview .document-bg .philosopher-details .philosopher-details-right h2 {
        font-size: 0.75rem;
    }
    .lecture-preview .document-bg  .philosopher-details-left .player-button {
        right: -8px;
        top: 16%;
        width: 45px;
        height: 45px;
    }
    #lecture-details textarea.form-field {
        max-height: 80px;
    }
    #lecture-details textarea.form-field.textarea-long {
        max-height: 80px;
        height: 80px;
    }
    #sharing .the-landing .img-bg {
        padding: 15px;
    }
    #sharing .computer-preview {
        background-size:300px 177px;
        min-height: 177px;
        display: block;
    }
    #sharing .computer-preview-container {
        height: 177px;
        padding: 8px 40px 30px 40px;
        width: 300px;
    }
    #sharing .computer-theme1 .lecture {
        padding: 10px;
    }
    #sharing .computer-theme1 .video-box:before {
        width: 30px;
        height: 30px;
        border-radius: 5px;
    } 
    #sharing .computer-theme1 .player-button {
        width: 20px;
        height: 20px;
    }
    #sharing .computer-theme1 .video-box:after {
        width: 15px;
        height: 15px;
        background-size: 12px;
    }
    #sharing .computer-theme1 .video-box {
        margin: 1rem 1.5rem;
    }
    .computer-theme1 .whatsapp-icon {
        max-width: 25px;
    }
    .computer-theme1 .whatsapp-icon svg {
        width: 12px;
        height: 12px;
    }
    #sharing .computer-theme1 .lecture-details h1 {
        font-size: 0.5rem;
    }
    .computer-theme1 .lecture-details h3 {
       font-size: 0.5rem;
   }
   #sharing .computer-theme1 .lecture-details h2 {
    margin-bottom: 0.25rem;
    font-size: 0.3rem;
}
.computer-theme1 .lecture-details p {
    font-size: 0.2rem;
}
#sharing .computer-theme1 .book-lecture {
    padding: 10px;
}
#sharing .computer-theme1 .lecture-reviews .lecture-reviews-img img {
    width: 30px;
    height: 30px;
    min-width: 30px;
}
#sharing .computer-theme1 .lecture-reviews .name-social-icon h3 {
    font-size: 0.3rem;
}
.lecture-left .announcement-icon {
    width: 14px;
    height: 14px;
    top: 0px;
    left: -6px;
}
.lecture-left .announcement-icon:after {
    width: 8px;
    height: 8px;
}
.lecture-left .lecture-reviews-text {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-radius: 5px;
    margin-top: -0.5rem;
}
.lecture-left .lecture-reviews-text:after {
    bottom: -12px;
    right: 20px;
    border-width: 10px 5px 10px 0;
}
#sharing .computer-theme1 .lecture-reviews .name-social-icon {
    padding: 0 0 0 0;
}
.lecture-left .lecture-reviews-text .dots {
    margin-bottom: 0.5rem;
}
.lecture-left .lecture-reviews-text .dots span {
    width: 4px;
    height: 4px;
    float: right;
}
#sharing .computer-theme1 .book-lecture .lecture-right h1 {
    margin-bottom: 0.2rem;
    font-size: 0.5rem;
}
.book-lecture .lecture-right form:after {
    width: 16px;
    height: 16px;
    background-size: 12px;
    top: -5px;
}
#sharing .computer-theme1 .lecture-left {
    background-size: 90px 30px;
    padding-top: .5rem;
}
#sharing .conversation-left form input.form-field,
#sharing .philosopher-details .philosopher-details-right form input.form-field,
#sharing .computer-theme1 .book-lecture .lecture-right form input.form-field {
    height: 10px;
    font-size: 0.3rem;
    float: left;
}
#sharing .conversation-left textarea.form-field,
#sharing .philosopher-details .philosopher-details-right textarea.form-field,
#sharing .computer-theme1 .book-lecture .lecture-right textarea.form-field {
    margin-top: 0.1rem;
    font-size: 0.3rem;
    height: 10px;
    float: left;
}
#sharing .conversation-left .btn[disabled],
#sharing .philosopher-details .philosopher-details-right .btn[disabled],
#sharing .computer-theme1 .book-lecture .lecture-right .btn[disabled] {
    font-size: 0.3rem;
    display: inherit;
}
.book-lecture {
    padding: 5px;
}
#sharing .computer-theme1 .book-lecture {
    background-size: 87px 75px;
}
#sharing .computer-theme1 .lecture-details h1 {
    font-size: 0.5rem;
}
#sharing .mobile-theme1 .lecture-left {
    background-size: 40px 30px;
    background-position: top left;
}
#sharing .mobile-theme1 .video-box:before {
    left: 0;
}
#sharing .lecture-reviews .name-social-icon {
    padding: 0 0 0 10px;
    margin-right: auto;
    margin-bottom: 0.1rem;
}
.lecture-reviews .name-social-icon ul li a {
    border-radius: 2px;
}
.lecture-reviews .name-social-icon ul li a svg {
    max-width: 6px;
    height: 6px;
}
.document-theme1 .computer-theme1 .book-lecture {
    min-height: auto;
}
.computer-theme1 .video-box .video-thumbnail {
    border-radius: 15px;
}
.book-lecture .lecture-right form {
    border-radius: 10px;
}
.document-ready {
    padding: 1rem;
}
#sharing .document-bg {
    height: auto;
}
.message-share {
    padding: 1rem;
}
.add-presentation-tab-content #sharing .sharing-col-3 .form-group-btn {
    flex-wrap: wrap;
}
.computer-theme2 .experience-right {
    padding: .5rem;
}
.computer-theme2 .experience-left {
    height: auto;
}
.document-bg .computer-theme2 .experience-left {
    min-height: 126px;
}
.experience-left .experience-person img {
    width: 60px;
    height: 60px;
}
.experience-left .social-media {
    padding: 14px 0px 0 0;
}
.experience-left .social-media li a {
    border-radius: 2px;
}
.experience-left .social-media li a svg {
    max-width: 6px;
    height: 6px;
}
.experience-left .experience-person {
    margin: 4px 20px 0 0;
}
.computer-theme2 .experience-right {
    max-height: 120px;
}
.sharing-col-1 .computer-preview .computer-theme2 .experience-left .whatsapp-icon {
    margin-top: -0.5rem;
}
#sharing .the-landing h2 {
    font-size: 0.5rem;
}
.experience-left .whatsapp-icon {
    max-width: 25px;
}
#sharing .computer-theme2 .experience-right h1 {
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
}
.computer-theme2 .experience-right p {
    margin-bottom: 0.2rem;
    line-height: 0.35rem;
}
.conversation-left {
    padding: 0 0.5rem 0 0.5rem;
}
.conversation-left form {
    padding: 5px 5px 20px 5px;
    border-radius: 10px;
    min-width: calc(100% + 20px);
    margin-right: -20px;
    margin-bottom: 15px;
    display: inline-block;
}
.conversation-left .btn[disabled] {
    left: 5px;
}
.conversation-right {
    height: 120px;
}
.document-theme2 .conversation-right {
    height: 130px;
}
.document-theme2 .experience-left .whatsapp-icon {
    margin-top: 0;
}   
#sharing .img-link-copy a {
    font-size: 12px;
}

#sharing .computer-theme3 .philosopher-left h1 {
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
}
.computer-theme3 .philosopher-left p {
    margin-bottom: 0.2rem;
}
.computer-theme3 .philosopher-left {
    max-height: 130px;
    overflow: hidden;
    overflow-y: auto;
}
.computer-theme3 .philosopher-right img {
    max-height: 130px;
}
#sharing .computer-theme3 .philosopher-details .philosopher-details-left {
    background-size: 90px 90px;
    padding: 10px 0;
}
#sharing .computer-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 70px;
    min-width: 70px;
    height: 70px;
}
#sharing .computer-theme3 .philosopher-details-left .player-button {
    top: 10%;
    width: 30px;
    height: 30px;
}
#sharing .computer-theme3 .philosopher-details-right {
    padding: 0.5rem;
}
#sharing .computer-theme3 .philosopher-details-left .social-icon {
    top: 0px;
    right: 30px;
}
#sharing .computer-theme3 .philosopher-details:after {
    top: -10px;
    left: 10px;
    width: 64px;
    height: 64px;
}
.computer-theme3 .philosopher-details {
    min-height: auto;
}
#sharing .computer-theme3.mobile-theme3 .philosopher-details:after {
    width: 30px;
    height: 30px;
    top: auto;
    left: 20px;
}
#sharing .computer-theme3.mobile-theme3 .philosopher-details .philosopher-details-left {
    background-size: 120px 120px;
    padding: 15px 0;
}
#sharing .computer-theme3.mobile-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 85px;
    min-width: 85px;
    height: 85px;
}
#sharing .computer-theme3.mobile-theme3 .philosopher-details-left .social-icon {
    right: 10px;
}
#sharing .computer-theme3.mobile-theme3 .philosopher-details-left .player-button {
    top: 20%;
    right: 0px;    
}
#sharing .computer-theme3.mobile-theme3 .philosopher-left {
    max-height: inherit;
}
#sharing .document-theme3 .philosopher-details .philosopher-details-right h2 {
    font-size: 0.5rem;
}
.add-presentation-tab-content {
    padding-bottom: 0px;
}
.display-tabs .display-tabs-hading p {
    margin-bottom: 1rem;
}
.creating-landing-col-2 .computer-theme1.mobile-theme1 .lecture-reviews .name-social-icon {
    margin-right: auto;
}
.creating-landing-col-2 .computer-theme1.mobile-theme1 .book-lecture {
    background-size: 120px 100px;
}
.creating-landing-col-2 .computer-theme1.mobile-theme1 .lecture-left .lecture-reviews-text {
    min-height: 40px;
}
.creating-landing-col-2 .computer-theme2.mobile-theme2 .experience-right {
    max-height: initial;
    padding-bottom: 0;
}
.creating-landing-col-2 .computer-theme2.mobile-theme2 .conversation-right {
    height: auto;
}
.creating-landing-col-2 #computer-tab .computer-preview {
    background-size: 310px 183px;
    min-height: 147px;
}
.creating-landing-col-2 #computer-tab .computer-preview-container {
    height: 183px;
    padding: 25px 34px 32px 34px;
    width: 310px;
}
.creating-landing-col-2 .computer-theme1 .lecture {
    padding: 10px;
}
.creating-landing-col-2 .computer-theme1 .lecture-details h1 {
    font-size: 0.5rem;
}
.creating-landing-col-2 .computer-theme1 .lecture-details h2 {
    font-size: 0.4rem;
}
.creating-landing-col-2 .computer-theme1 .video-box:before {
    width: 20px;
    height: 20px;
    border-radius: 5px;
}
.creating-landing-col-2 .computer-theme1 .video-box {
    margin: 1rem 1rem;
}
#computer-tab .computer-theme1 .video-box {
    margin: 1rem 0.5rem;
}
.creating-landing-col-2 .computer-theme1 .video-box .video-thumbnail {
    border-radius: 10px;
}
.creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right h1 {
    font-size: 0.5rem;
}
.creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right form input.form-field {
    height: 15px;
    font-size: 0.5rem;
}
.creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right textarea.form-field {
    margin-top: 0;
    font-size: 0.5rem;
    height: 15px;
}
.creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right .btn[disabled] {
    font-size: 0.5rem;
    display: inherit;
}
.creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right form {
    padding: 5px;
    border-radius: 5px;
}
.creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right {
    padding-top: 0;
}
.creating-landing-col-2 .computer-theme1 .book-lecture .lecture-right {
    background-size: 15px 13px;
    background-position: 0 0;
}
.creating-landing-col-2 .computer-theme1 .lecture-left {
    background-size: 40px 30px;
    padding-top: 0.5rem;
}
.creating-landing-col-2 .computer-theme1 .lecture-reviews .name-social-icon {
    padding: 5px 0 0 5px;
}
.creating-landing-col-2 .lecture-reviews .lecture-reviews-img img {
    width: 35px;
    height: 35px;
    min-width: 35px;
}
.creating-landing-col-2 .computer-theme1 .book-lecture {
    background-size: 80px 68px;
}
.creating-landing-col-2 .computer-theme1 .lecture-reviews .name-social-icon h3 {
    font-size: 0.4rem;
}
.creating-landing-col-2 .computer-theme1 .lecture-left .announcement-icon {
    left: -4px;
}
.creating-landing-col-2 .document-theme3 .computer-theme3 .philosopher-left {
    max-height: 150px;
}
.creating-landing-col-2 .document-theme3 .computer-theme3 .philosopher-details .philosopher-details-right h2 {
    font-size: 0.75rem;
}
.creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-details .philosopher-details-left {
    background-size: 110px 110px;
    padding: 20px 0;
}
.creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 70px;
    min-width: 70px;
    height: 70px;
}
.creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-details-left .player-button {
    width: 30px;
    height: 30px;
}
.creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-details:after {
    top: -5px;
    left: 5px;
    width: 54px;
    height: 54px;
}
.creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-details-left .social-icon {
    top: 8px;
    right: 5px;
}
.creating-landing-col-2 #computer-tab .computer-theme3.mobile-theme3 .philosopher-details:after {
    top: auto;
    left: 45px;
    bottom: 140px;
}
.computer-theme3.mobile-theme3 .philosopher-left .whatsapp-icon {
    margin-left: 0rem;
}
.creating-landing-col-2 .computer-theme2 .experience-right h1 {
    font-size: 0.5rem;
}
.creating-landing-col-2 .computer-theme2 .experience-left .experience-person img {
    width: 60px;
    height: 60px;
}
.creating-landing-col-2 .computer-theme2.mobile-theme2 .experience-left .experience-person img {
    width: 90px;
    height: 90px;
}
.creating-landing-col-2 .computer-theme2 .experience-left .person-name {
    font-size: 0.5rem;
}
.creating-landing-col-2 .computer-theme2 .experience-right {
    max-height: 110px;
}
.creating-landing-col-2 .computer-theme2 .experience-left .experience-person {
    margin: 4px 35px 0 15px;
}
.creating-landing-col-2 .computer-theme2 .conversation-left form input.form-field {
    height: 15px;
    font-size: 0.6rem;
    float: left;
}
.creating-landing-col-2 .computer-theme2 .conversation-left textarea.form-field {
    height: 15px;
    font-size: 0.6rem;
    float: left;
    margin-top: 0.25rem;
}
.creating-landing-col-2 .computer-theme2 .conversation-left .btn[disabled] {
    left: 5px;
    font-size: 0.6rem;
    padding: 2px 5px;
    bottom: -10px;
}
.creating-landing-col-2 .computer-theme2 .conversation-right {
    height: 130px;
}
.creating-landing-col-2 .computer-theme2 .experience-left {
    height: auto;
}
.creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-details .philosopher-details-right h2 {
    font-size: 0.5rem;
}
.creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-details-right {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-left .whatsapp-icon {
    margin-left: 0;
}
.creating-landing-col-2 #computer-tab .philosopher-details .philosopher-details-right textarea.form-field {
    margin-top: 0.25rem;
}
.sidebarMenu-icon {
    width: auto;
}
.creating-landing-col-2 .computer-preview {
    min-height: 198px;
    background-size: 335px 198px;
}
.creating-landing-col-2 .computer-preview-container {
    height: 198px;
    padding: 8px 44px 32px 44px;
    width: 335px;
}
#creating-landing-page .creating-landing-col-2 .document-bg {
    max-width: 100%;
    height: initial;

}
.tabs-bg-grey nav .nav-tabs {
    padding: 5px 8px;
}
.display-settings .mobile-view.creating-landing-col-2 .tabs-bg-grey .tab-content {
    margin-bottom: 0;
}
.mobile-preview {
    background-size: 180px 364px;
    min-height: 364px;
}
.mobile-preview-container {
    height: 364px;
    padding: 8px;
    width: 180px;
}
.mobile-preview-container .inner {
    border-radius: 24px;
}
.experience-left>.experience-person {
    padding-top: 32px;
}
.computer-preview .experience-left>.experience-person, 
.document-bg .experience-left>.experience-person {
    padding-top: 24px;
}
.mobile-preview .lecture-video {
    min-height: 130px;
}
#lecture-definitions .form-group.choosingurl>div span,
#lecture-definitions .form-group.choosingurl .editable {
    font-size: 13px;
}
.creating-landing-col-2 .computer-theme3 .philosopher-details .philosopher-details-left {
    background-size: 120px 120px;
    padding: 20px 0;
}
.creating-landing-col-2 .computer-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
}

.creating-landing-col-2 .computer-theme3 .philosopher-details-left .player-button {
    position: absolute;
    right: -10px;
    top: 14%;
    width: 50px;
    height: 50px;
}

}

@media screen and (max-width: 374px) {
    .creating-landing-col-2 .computer-theme2 .experience-left .experience-person img {
        width: 60px;
        height: 60px;
    }
    .creating-landing-col-2 #computer-tab .computer-preview {
        background-size: 250px 147px;
        min-height: 147px;
    }
    .creating-landing-col-2 #computer-tab .computer-preview-container {
        height: 147px;
        padding: 25px 34px 32px 34px;
        width: 250px;
    }
    .creating-landing-col-2 .computer-theme2 .experience-left .experience-person img {
        width: 50px;
        height: 50px;
    }
    .creating-landing-col-2 .computer-theme3 .philosopher-left {
        max-height: 110px;
    }
    .creating-landing-col-2 #computer-tab .computer-theme3 .philosopher-details .philosopher-details-left {
        background-size: 90px 90px;
        padding: 10px 0;
    }
    .tabs-bg-grey nav .nav-tabs .nav-link {
        padding: 0px 15px;
    }

    .creating-landing-col-2 #document-tab .computer-theme3 .philosopher-details .philosopher-details-left {
        background-size: 110px 110px;
        padding: 20px 0;
    }
    .creating-landing-col-2 #document-tab .computer-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
        max-width: 70px;
        min-width: 70px;
        height: 70px;
    }
    .creating-landing-col-2 #document-tab .computer-theme3 .philosopher-details-left .player-button {
        width: 30px;
        height: 30px;
    }
    .creating-landing-col-2 #document-tab .computer-theme3 .philosopher-details:after {
        top: -5px;
        left: 5px;
        width: 54px;
        height: 54px;
    }
    .creating-landing-col-2 #document-tab .computer-theme3 .philosopher-details-left .social-icon {
        top: 8px;
        right: 5px;
    }
    .creating-landing-col-2 #document-tab .computer-theme3.mobile-theme3 .philosopher-details:after {
        top: auto;
        left: 45px;
        bottom: 140px;
    }
    .computer-theme3 .philosopher-left .whatsapp-icon {
        margin-left: 0;
    }
    header .row {
        --bs-gutter-x: 1rem;
    }
    .mobile-view #mobile-tab .mobile-preview {
        min-height: 372px;
        background-size: 190px 372px;
    }
    .mobile-view #mobile-tab .mobile-preview .mobile-preview-container {
        height: 372px;
        width: 190px;
    }
    #document-tab {
        padding: 0 1rem;
    }
    .creating-landing-col-1 .tabs-bg-grey nav .nav-tabs {
        min-width: 100%;
    }
    .creating-landing-col-2 .computer-preview {
        min-height: 165px;
        background-size: 280px 165px;
    }
    .creating-landing-col-2 .computer-preview-container {
        height: 165px;
        padding: 8px 38px 26px 38px;
        width: 280px;
    }
    #sharing .computer-preview {
        background-size: 248px 146px;
        min-height: 146px;
    }
    #sharing .computer-preview-container {
        height: 146px;
        padding: 7px 34px 24px 34px;
        width: 248px;
    }
    .creating-landing-col-2 .computer-theme3 .philosopher-details .philosopher-details-left {
    background-size: 100px 100px;
    padding: 15px 0;
}
.creating-landing-col-2 .computer-theme3 .philosopher-details .philosopher-details-left .philosopher-img {
    max-width: 70px;
    min-width: 70px;
    height: 70px;
}

.creating-landing-col-2 .computer-theme3 .philosopher-details-left .player-button {
    right: -14px;
    top: 12%;
    width: 45px;
    height: 45px;
}

}

