:root {
    --primary-color: rgba(66, 66, 90, 0.8);
    --accent-color: #2c7be5;
    /* #f50057; */
    --text-color: #263238;
    --body-color: #80deea;
    --main-font: 'Arial';
    --font-bold: 550;
    --font-regular: 200;
}

@font-face {
    font-family: Alhurra;
    src: url(./fonts/Alhurra.ttf);
}

@font-face {
    font-family: doridbold;
    src: url(./fonts/DroidBold.ttf);
}

@font-face {
    font-family: doridregular;
    src: url(./fonts/DroidRegular.ttf);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
p,
th,
td,
label,
.btn,
textarea,
input,
select,
option,
svg,
::placeholder {
    font-family: doridregular !important;
    font-weight: var(--font-regular);
    font-size: 16px;
}

svg {
    transform: translateX(-900) !important;
}

.alert {
    margin: 10px 0px;
}

.btn-close {
    margin-right: 60% !important;
}


/* customize scroll */


/* width */

::-webkit-scrollbar {
    width: 15px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
}

.btn-close {
    position: absolute;
    left: 5px;
}

strong {
    font-family: doridregular !important;
}


.modal-confirm {
    color: #636363;
    width: 400px;
    margin: 30px auto;
}

.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 {
    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;
    outline: none !important;
}

.modal-confirm .btn-info {
    background: #c1c1c1;
}

.modal-confirm .btn-info:hover,
.modal-confirm .btn-info: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;
}
