﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
}

.logo {
    padding: 2.2rem 4rem;
    text-align: center;
}

.logo img {
    height: 130px !important;
}

.sidebar-brand img {
    height: 50px !important;
}

.sidebar-dark {
    background-color: #4e73df;
}

.table {
    background: #fff;
}

.search-form .select2-container .select2-selection--single {
    height: 37px !important;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.datepicker.dropdown-menu {
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 5px;
}

.datepicker.datepicker-inline td, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.dropdown-menu th {
    padding: 4px 5px;
}


/* LOADER */

#preloader {
    overflow: hidden;
    background-color: rgba(0, 129, 128, 0.99);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.dorne-load {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
    z-index: 9;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 4000ms linear 0s normal none infinite running dorneload;
    animation: 4000ms linear 0s normal none infinite running dorneload;
}

@-webkit-keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/** Comments **/

.blog-comment {
    padding-left: 25px;
    padding-right: 25px;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after {
    content: "";
    display: table;
    clear: both;
}

.blog-comment ul {
    list-style-type: none;
    padding: 0;
}

.blog-comment img {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    .blog-comment img.avatar {
        position: relative;
        float: left;
        margin-left: 0;
        margin-top: 0;
        width: 65px;
        height: 65px;
    }

.blog-comment .post-comments {
    border: 1px solid #eee;
    margin-bottom: 20px;
    margin-left: 85px;
    margin-right: 0px;
    padding: 10px 20px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #6b6e80;
    position: relative;
}

.blog-comment .meta {
    font-size: 13px;
    color: #aaaaaa;
    padding-bottom: 8px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #eee;
}

.blog-comment ul.comments ul {
    list-style-type: none;
    padding: 0;
    margin-left: 85px;
}

.blog-comment-form {
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 40px;
}

    .blog-comment h3,
    .blog-comment-form h3 {
        margin-bottom: 40px;
        font-size: 26px;
        line-height: 30px;
        font-weight: 800;
    }

.message-form {
    padding: 15px 25px;
    display: flex;
    align-items: stretch;
}

.message-form textarea {
    flex: 3;
    padding: 5px;
}

.message-form a {
    margin-left: 5px;
    padding: 20px;
}

#modal-loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
}


    #modal-loader i {
        position: absolute;
        top: 39%;
        left: 47%;
        transform: translate(-39%, -45%);
    }

.select2-container {
    display: inline;
}

.me-3 {
    margin-right: 1rem !important;
}

.file-counter {
    box-sizing: border-box;
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    line-height: 16px;
    text-align: center;
    background-color: #F7432C;
    border: solid 2px #fff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}