#container {
    direction: rtl; 
    unicode-bidi: bidi-override;
}

.overlay-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .overlay-container.show {
        display: flex;
        opacity: 1;
    }

.overlay-EditorContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.6);
}

    .overlay-EditorContainer.show {
        display: flex;
    }

.popup-EditorBox {
    width: 95vw;
    height: 95vh;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

#EditorContainer {
    width: 100%;
    height: calc(95vh - 70px); 
}

/* ???? ??? */
.buttons {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active-btn {
    background-color: #008d55 !important; 
    color: white !important;
    border-color: #008d55 !important;
    box-shadow: 0 0 8px rgba(0, 141, 85, 0.5);
}
.CEOactive-btn {
    background-color: #0d6efd !important;
    color: white !important;
    border-color: #0d6efd !important;
    box-shadow: 0 0 8px rgba(0, 141, 85, 0.5);
}
.PM1active-btn {
    background-color: gray !important;
    color: white !important;
    border-color: gray !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    outline: none !important;
}
.PM2active-btn {
    background-color: burlywood !important;
    color: white !important;
    border-color: burlywood !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    outline: none !important;
}
.PM1active-btn:focus,
.PM1active-btn:active {
    outline: none !important;
    border-color: burlywood !important;
    box-shadow: 0 0 0 4px rgba(128, 128, 128, 0.3) !important;
}
.PM2active-btn:focus,
.PM2active-btn:active {
    outline: none !important;
    border-color: burlywood !important;
    box-shadow: 0 0 0 4px rgba(222, 184, 135, 0.35) !important;
}


.popup-box {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    width: 95%;
    height: 95%;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    animation: fadeInUp 0.5s ease-out forwards;
}

.btn-submit,
.btn-close-popup {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-submit {
    background-color: #4F8ABD;
    color: #fff;
}

.btn-close-popup {
    margin-top: 12px;
    background-color: #e74c3c;
    color: #fff;
}

.btn-submit:hover {
    background-color: #4f96d3;
}

.btn-close-popup:hover {
    background-color: #ce2e1d;
}

.form-container {
    display: flex;
    flex-direction: column;
}

.btn-open-popup {
    padding: 12px 24px;
    font-size: 18px;
    background-color: green;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-open-popup:hover {
        background-color: #4caf50;
    }

/* Keyframes for fadeInUp animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation for popup */
.overlay-container.show {
    display: flex;
    opacity: 1;
}
/*.editor-wrapper {
    flex: 1; 
    min-height: 0; 
    display: flex;
}

#container {
    width: 100%;
    height: 100%; 
}*/

.cardBackground {
    background-color: #f4f4f4;
    border: 0px solid;
    border-radius: 10px;
    box-shadow: 0 0 4px 0px grey;
    padding: 41px;
}
.cardWithoutBackground {
    border: 1px solid;
    border-color:darkgray;
    border-radius: 10px;
    box-shadow: 0 0 1px 0px grey;
    padding: 30px;
}

.header {
    background-color: #ed9361;
    padding: 10px;
    border: 0px solid;
    border-radius: 10px;
    box-shadow: 0 0 4px 0px #cd7b4b;
    margin-top: 15px;
}
.header-collapse {
    cursor: pointer;
    background: var(--sr-primary-gradient) !important;
    color: white !important;
    border-radius: var(--sr-radius-pill) !important;
    border: none !important;
    padding: 0.56rem 1rem !important;
    font-size: 0.85rem !important;
    box-shadow: 0 4px 10px rgba(234, 88, 12, 0.2) !important;
    font-weight: 500 !important;
    letter-spacing: 0.025em;
    white-space: nowrap;
    margin: 0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    margin: 0rem 7rem 0.3rem 7rem !important;
}
    .header-collapse:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 6px 14px rgba(234, 88, 12, 0.35) !important;
    }
.center {
    align-items: center;
}
.headerTitle {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: tajawal;
}
.headerSubTitle {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: tajawal;
}
.gif{
    text-align: center;
}

.blur_panel {
    display: flex;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .15);
    width: 100% !important;
    margin: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.attachment_table_container {
    padding: 1rem 1rem;
    border-radius: 5px;
}

.mainHeaderTitle {
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    font-family: tajawal;
}

.form-check-input:checked[type=radio] {
    background-color: #ed9361;
    border-block: none;
    border-color: #ed9361;
    box-shadow: 0px 0px 5px 0rem #c6c6c5;
    cursor: auto;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    cursor: pointer;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #c6c6c5;
    outline: 0;
    box-shadow: 0px 0px 5px 0rem #c6c6c5;
}


.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(199 197 197) !important;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #b3b7ba !important;
    /* border-color: #0d6efd; */
}

.btn-outline-primary:active {
    color: #fff;
    /*background-color: #b3b7ba !important;*/
    border-color: #b3b7ba !important;
}

{
    padding-right: 160px;
    padding-bottom: 15px;
}

.buttonGet {
    border-radius: 15px;
    background-color: #ed9361;
    box-shadow: 0 0 4px 0px #cd7b4b;
    border: none;
    color: white;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}

.image-edit {
    width: 110px;
}

.row-style {
    align-items: center;
}

.title {
    height: 60px;
    background-image: linear-gradient(163deg, rgba(229,130,73,1) 0%, rgba(229,130,73,1) 28%, rgb(192 98 45) 53%, rgb(255 180 137) 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: x-large;
}
.SubTitle {
    height: 50px;
    width:280px;
    background-image: linear-gradient(163deg, rgba(229,130,73,1) 0%, rgba(229,130,73,1) 28%, rgb(192 98 45) 53%, rgb(255 180 137) 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: large;
}

.card-title-style {
    height: 50px;
    background-image: linear-gradient(163deg, rgba(229,130,73,1) 0%, rgba(229,130,73,1) 28%, rgb(192 98 45) 53%, rgb(255 180 137) 100%);
    color: white;
    border-radius: 4px;
}

/*.card-style {
    border-radius: 8px;
    background-color: #f4f4f4 !important;
    box-shadow: 0px 2px 8px #cecece;
}*/

/* .th-edit{
    border-bottom:2px solid black !important;
} */

.form-edit {
    width: 30% !important;
    display: inline !important;
    border: none;
}

.nav-link {
    display: inline !important;
    border-bottom: 4px solid #CDCDCD !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #212529 !important;
}

    .nav-link:focus {
        border-bottom: 4px solid #525252 !important;
    }
/* .text-form{
    width: 77%;
    text-align: center;
    margin:table-striped
} */
.btn-edit {
    background-image: linear-gradient(163deg, rgba(229,130,73,1) 0%, rgba(229,130,73,1) 28%, rgb(192 98 45) 53%, rgb(255 180 137) 100%);
    color: white;
    border: none !important;
    height: 50px;
    width: 25%;
    font-size: 15px !important;
    font-weight: 500;
}

.w-edit {
    width: 90% !important;
}

.title-edit {
    height: 50px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 0px 0px 10px;
    background-image: linear-gradient(163deg, rgba(229,130,73,1) 0%, rgba(229,130,73,1) 28%, rgb(192 98 45) 53%, rgb(255 180 137) 100%);
}

.th-edit {
    background: #e18c5d;
    color: white;
    font-weight: 500 !important;
}

.cbody-edit {
    display: flex;
    align-items: center;
}

.d-edit {
    width: 245px !important;
    height: 41px !important;
}

.r-edit {
    align-items: center;
}

.one {
    width: 100%;
}

.f-edt {
    width: 97% !important;
}

.DweImageSize {
    width: 100px;
    height: 90px;
}

.EcmImageSize {
    width: 175px;
    height: 90px;
}
/*.container {
    padding: 2rem 0rem;
}

h4 {
    margin: 2rem 0rem 1rem;
}*/

.table-image {
    td, th

{
    vertical-align: middle;
}



.t-edt {
    background-color: white;
    border-radius: 5px;
}
/*.buttonSubmit {
    border-radius: 15px;
    background-color: forestgreen;
    box-shadow: 0 0 4px 0px forestgreen;
    border: none;
    color: white;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
}
*/

.arabic_label {
    margin-bottom: 0.5rem !important;
    font-weight: 500;
}


.arabic_field {
    margin-bottom: 1rem !important;
}

.white_cross_label {
    position: relative;
    top: -1.5rem;
    z-index: 100;
    background-color: white;
    padding: 0 10px;
}

.white_cross_label2 {
    position: relative;
    top: -1.0rem;
    z-index: 100;
    background-color: white;
}

.tableHeader {
    background-color: lightgrey !important;
    border-color: darkgray !important;
    text-align: center !important;
}

.DweImageSize {
    width: 100px;
    height: 90px;
}

.EcmImageSize {
    width: 175px;
    height: 90px;
}

.panel_border {
    /*border: 2px solid rgba(0,0,.125);*/
    border: 1px solid #6F6F6F;
}

.give {
    border:;
}

.collapse-font {
    font-family: Arial;
    font-weight: bold;
    font-size: medium;
}

.full_border {
    border: 1px solid rgba(0,0,0,.125);
}

.full_border_no_hover:hover .a_child {
    /*color: #0d6efd;*/
    color: #0d6efd;
}

.full_border:hover {
    cursor: pointer;
    background-color: #EAEAEA;
}
    /*
.full_border:hover .a_child {
	text-decoration: underline;
	cursor: pointer;
}*/
    .full_border:hover .a_child {
        text-decoration: underline;
        cursor: pointer;
        color: #16468D;
    }

    .full_border:hover .send_label {
        cursor: pointer;
        color: #16468D;
    }


.send_label {
    font-family: tajawal;
    font-size: large;
}
/*
.card-header:hover .send_label {
	text-decoration: underline;
	cursor: pointer;
	color: #16468D;
}*/
.modal-confirm {
    color: #636363;
    width: 400px;
}

    .modal-confirm .modal-content {
        padding: 20px;
        border-radius: 5px;
        border: none;
        text-align: center;
        font-size: 14px;
    }

    .modal-confirm .modal-header {
        border-bottom: none;
        position: relative;
    }

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 30px 0 -10px;
    }

    .modal-confirm .close {
        position: absolute;
        top: -5px;
        right: -2px;
    }

    .modal-confirm .modal-body {
        color: #999;
    }

    .modal-confirm .modal-footer {
        border: none;
        text-align: center;
        border-radius: 5px;
        font-size: 13px;
        padding: 10px 15px 25px;
    }

        .modal-confirm .modal-footer a {
            color: #999;
        }

    .modal-confirm .icon-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        border-radius: 50%;
        z-index: 9;
        text-align: center;
        border: 3px solid #f15e5e;
    }

        .modal-confirm .icon-box i {
            color: #f15e5e;
            font-size: 46px;
            display: inline-block;
            margin-top: 13px;
        }

    .modal-confirm .btn, .modal-confirm .btn:active {
        color: #fff;
        border-radius: 4px;
        background: #60c7c1;
        text-decoration: none;
        transition: all 0.4s;
        line-height: normal;
        min-width: 120px;
        border: none;
        min-height: 40px;
        border-radius: 3px;
        margin: 0 5px;
    }

    .modal-confirm .btn-secondary {
        background: #c1c1c1;
    }

        .modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
            background: #a8a8a8;
        }

    .modal-confirm .btn-danger {
        background: #f15e5e;
    }

        .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
            background: #ee3535;
        }

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}
/*style needed in launch view*/

.input--style-4 {
    width: 75%;
    display: block;
    line-height: 50px;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.card-4 {
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.15)
}

.wrapper--w750 {
    max-width: 1000px
}

.wrapper {
    margin: 0 auto
}

.title {
    font-size: 2rem;
    color: white;
    font-weight: 400;
    /*margin-bottom: 40px;*/
    padding: 1rem;
    font-family: tajawal;
}

.side_title {
    font-size: 1.5rem;
    color: #525252;
    font-weight: 400;
    /*margin-bottom: 40px;*/
    font-family: tajawal;
}



.detail-font {
    font-family: tajawal;
    font-weight: bold;
}

.main-wrapper {
    width: 100%;
    margin: 2rem 0 2rem 0;
}


.full_border {
    border: 1px solid rgba(0,0,0,.125);
}

    .full_border:hover {
        border: 1px solid rgba(0,0,0,.125);
        background-color: #EAEAEA;
        cursor: pointer;
    }






.some_parent {
    border: solid;
}


.some_parent_2 {
    border: solid;
}



    .some_parent_2:hover .some_child {
        border: solid red;
    }


.some_parent:hover .some_child {
    border: solid red;
}



.some_parent:hover .two_child {
    color: blue;
}




.some_child {
    border: solid;
}









.date_font {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #A42105;
    font-size: large;
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right;
}

/*.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.5em;
	margin-left: 0;
}*/

.subtitle {
    font-size: 1.5rem;
    color: #525252;
    font-family: tajawal;
    margin-bottom: 0.5rem !important;
}

.step24-title {
    text-align: center;
    text-decoration: underline;
    padding-top: 10px;
    font-size: large;
}
/*
.send_label {
font-family:tajawal;
}
.send_label:hover {
text-decoration:underline;
cursor:pointer;
}*/
.label_low_index {
    position: relative !important;
    z-index: -1 !important;
}

.button_high_index {
    position: relative !important;
    z-index: 100 !important;
}

    .button_high_index:hover .label_low_index {
        color: white;
        position: relative !important;
        z-index: -1 !important;
    }




.bottom_link {
    background-color: #f6f8ff;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 18px;
}

    .bottom_link a {
        /*color: black;*/
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1rem;
        font-weight: bold;
        /*text-decoration: none;*/
    }
/*custom date style_custom date style*/
.bootstrap_imitation {
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    position: absolute;
    align-items: end;
    width: 100%;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
}

    .bootstrap_imitation:focus {
        box-shadow: 0 0 0 0.25rem #c2dbfe;
    }

.main_date_wrapper {
    position: relative;
    display: flex;
    margin-bottom:;
}

.hidden_date_input {
    position: absolute;
    z-index: 100;
    opacity: 0.0;
}

.row_style {
    display: flex;
    border: red;
    align-items: center;
}

.visible_input {
    background-color: white !important;
    border: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 0;
}
/*input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}*/
.validation_class {
    position: absolute;
    top: 40px;
    font-size: 16px;
}

.validation_class_for_sync {
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 16px;
}

.validation_wrapper {
    position: relative;
    margin-bottom: 2.5rem;
    border:;
}

.validation_class_for_return {
    position: absolute;
    top: 160px;
    font-size: 17px;
}

.validation_class_custom_date {
    position: absolute;
    top: 3rem;
    /*right: -20px;*/
    font-size: 16px;
}

.close_span {
    border: none !important;
    font-size: 25px !important;
    background-color: lightgray !important;
    padding: 0.5rem !important;
}

.button_close_span {
    width: 50px !important;
    height: 50px !important;
    margin: 0rem 0.5rem;
    background-color: lightgray !important;
}


    .button_close_span:hover {
        width: 50px !important;
        height: 50px !important;
        background-color: darkgray !important;
    }

.e-upload {
    padding-right: 10px;
}

.e-file-drop {
    margin-right: 12px;
}

.uploadError label {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 0.75rem !important;
}

.dateStyle28 {
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-family: tajawal;
    font-size: 16px;
}

.no_outline_Badea {
    border: none;
    outline: none;
}

.e-multiselect.e-input-group .e-multi-select-wrapper {
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-family: tajawal;
    font-size: 16px;
}




.e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values {
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-family: tajawal;
    font-size: 16px;
}


.e-multiselect .e-multi-select-wrapper .e-chips .e-chipcontent {
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-family: tajawal;
    font-size: 16px;
}

.e-multi-select-wrapper .e-chips {
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-family: tajawal;
    font-size: 16px;
}

.e-multiselect .e-delim-values {
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-family: tajawal;
    font-size: 16px;
}

.e-multiselect.e-input-group.e-control-wrapper.e-input-focus::before, .e-multiselect.e-input-group.
e-control-wrapper.e-input-focus::after {
    margin: 5px 5px 5px 5px;
    font-weight: bold;
    font-family: tajawal;
    font-size: 16px;
}
@font-face {
    font-family: 'Arial';
    src: url('/fonts/arial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('/fonts/arialbd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('/fonts/calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('/fonts/calibrib.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
#contract.e-progress-active .e-btn-content {
    display: none;
}

#contract {
    transition: all .3s cubic-bezier(.175, .885, .32, 1) 100ms;
}

@font-face {
    font-family: 'button-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.e-btn-sb-icons {
    font-family: 'button-icons';
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.e-play-icon::before {
    content: '\e701';
    font-size: 12px;
}

.e-bigger .e-play-icon::before {
    font-size: 14px;
}

.e-download-icon::before {
    content: '\e702';
}

.material #roundbtn .e-play-icon, .material-dark #roundbtn .e-play-icon {
    margin-top: 0px;
    margin-left: 4px;
}

.e-bigger.material #roundbtn .e-play-icon,
.e-bigger.material-dark #roundbtn .e-play-icon {
    margin-top: 0;
    margin-left: 3px;
}

.e-bigger.fluent #roundbtn .e-play-icon,
.e-bigger.fluent-dark #roundbtn .e-play-icon {
    margin-top: -7px;
    margin-left: 5px;
}

.e-bigger.bootstrap5 #roundbtn .e-play-icon,
.e-bigger.bootstrap5-dark #roundbtn .e-play-icon {
    margin-top: -6px;
    margin-left: 4px;
}

.fluent #roundbtn .e-play-icon,
.fluent-dark #roundbtn .e-play-icon,
.bootstrap5 #roundbtn .e-play-icon,
.bootstrap5-dark #roundbtn .e-play-icon {
    margin-top: -4px;
    margin-left: 3px;
}

.tailwind #roundbtn .e-play-icon,
.tailwind-dark #roundbtn .e-play-icon {
    margin-top: -3px;
    margin-left: 3px;
}

.fabric #roundbtn .e-play-icon,
.fabric-dark #roundbtn .e-play-icon,
.highcontrast #roundbtn .e-play-icon {
    margin-top: 0px;
    margin-left: 3px;
}

.e-bigger .fabric #roundbtn .e-play-icon,
.e-bigger .fabric-dark #roundbtn .e-play-icon {
    margin-top: -2px;
    margin-left: 1px;
}

.bootstrap4 #roundbtn .e-play-icon,
.bootstrap4-dark #roundbtn .e-play-icon
.e-bigger .bootstrap4 #roundbtn .e-play-icon,
.e-bigger .bootstrap4-dark #roundbtn .e-play-icon {
    margin-top: 1px;
    margin-left: 4px;
}

.e-bigger.tailwind #roundbtn .e-play-icon,
.e-bigger.tailwind-dark #roundbtn .e-play-icon,
.bootstrap #roundbtn .e-play-icon,
.bootstrap-dark #roundbtn .e-play-icon,
.e-bigger.bootstrap #roundbtn .e-play-icon,
.e-bigger.bootstrap-dark #roundbtn .e-play-icon {
    margin-top: -2px;
    margin-left: 3px;
}

.material3 #roundbtn .e-play-icon,
.material3-dark #roundbtn .e-play-icon {
    margin-top: -4px;
    margin-left: 2px;
}

.e-bigger .material3 #roundbtn .e-play-icon,
.e-bigger .material3-dark #roundbtn .e-play-icon {
    margin-top: -4px;
    margin-left: 2px;
}

