| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520 |
- :root {
- --font-common: 'Nunito', sans-serif;
- --font-size-common: 15px;
- --font-size-common-1: 14px;
- }
- body {
- font-family: var(--font-common)!important;
- font-size: var(--font-size-common)!important;
- }
- .btn {
- letter-spacing: normal;
- font-size: var(--font-size-common);
- }
- .modal .btn-close {
- content: 'A';
- }
- .section {
- position: static;
- }
- table.t1 tr td {
- border-top: 1px solid #e3e3e3;
- }
- .iframe1 {
- width: 100%;
- height: 200px;
- }
- .card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4 {
- letter-spacing: normal;
- }
- .w_40 {width: 40px!important;}
- .w_50 {width: 50px!important;}
- .w_100 {width: 100px!important;}
- .w_150 {width: 150px!important;}
- .w_200 {width: 200px!important;}
- .w_300 {width: 300px!important;}
- .w_400 {width: 400px!important;}
- .w_450 {width: 450px!important;}
- .w_100_p {width: 100%!important;}
- .h_100 {height: 100px!important;}
- .h_150 {height: 150px!important;}
- .h_200 {height: 200px!important;}
- .h_300 {height: 300px!important;}
- .h_350 {height: 350px!important;}
- .h_400 {height: 400px!important;}
- .fz_20 {font-size: 20px!important;}
- .fz_30 {font-size: 30px!important;}
- .fz_40 {font-size: 40px!important;}
- .fz_50 {font-size: 50px!important;}
- .rounded-circle-custom {
- width: 40px;
- height: 40px;
- border-radius: 50%;
- object-fit: cover;
- margin-right: 4px;
- }
- .c1 {
- color: #6777ef;
- }
- .hide {
- display: none;
- }
- .obfc1 {
- object-fit: cover;
- height: 200px;
- }
- .video-iframe-container iframe {
- width: 100%;
- height: 200px;
- }
- .bdb1 {border-bottom: 1px solid #d3d3d3;}
- table tr td {
- border-bottom: 1px solid #e3e3e3 !important;
- vertical-align: middle!important;
- }
- .table.table-bordered td, .table.table-bordered th {
- border-color: #e3e3e3!important;
- }
- .sec-title {
- font-size: 16px;
- font-weight: 600;
- background: #eaeaea;
- padding: 8px 20px;
- color: #000;
- margin-bottom: 20px;
- }
- .section .section-header .btn {
- font-size: var(--font-size-common)!important;
- }
- .main-sidebar .sidebar-brand {
- padding-left: 20px;
- padding-right: 20px;
- text-align: left;
- }
- .main-sidebar .sidebar-brand a {
- text-transform: none;
- letter-spacing: normal;
- font-size: 18px;
- font-weight: 600;
- }
- .main-sidebar .sidebar-menu li a span {
- font-size: var(--font-size-common-1)!important;
- }
- .main-sidebar .sidebar-menu li a {
- letter-spacing: normal;
- padding-left: 10px;
- padding-right: 10px;
- height: 40px;
- }
- .main-sidebar .sidebar-menu li a i {
- margin-right: 5px;
- margin-top: 5px;
- }
- .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
- padding-left: 46px;
- font-size: var(--font-size-common-1);
- }
- .main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
- width: 18px;
- margin-right: 0;
- }
- .main-sidebar .sidebar-menu li a.has-dropdown:after {
- top: 55%;
- }
- .main-sidebar .sidebar-menu li.active a,
- .main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
- font-weight: 400;
- }
- .sub-sidebar {
- font-size: var(--font-size-common);
- background: #e5e8f8;
- margin-bottom: 5px;
- }
- .card.card-statistic-1 .card-header h4 {
- font-size: 16px;
- }
- table img {
- padding-top: 10px;
- margin-bottom: 10px;
- }
- .dataTables_wrapper {
- font-size: var(--font-size-common)!important;
- }
- thead tr th {
- border-top: 1px solid #ddd!important;
- }
- /* thead tr th:last-child {
- width: 120px;
- } */
- .border-box {
- border: 1px solid #d7d7d7!important;
- }
- .container-login {
- margin-top: 100px!important;
- }
- .card-header-auth {
- display: block!important;
- border-bottom-color: #fff!important;
- margin-top: 15px!important;
- padding-bottom: 10px!important;
- min-height: 0!important;
- }
- .card-header-auth h4 {
- font-size: 20px!important;
- }
- .card-body-auth {
- padding: 10px 20px!important;
- }
- .card-body-auth button {
- font-size: var(--font-size-common)!important;
- }
- .note-editor {
- margin-bottom: 0;
- }
- .form-control, .input-group-text,
- .custom-select,
- .custom-file-label,
- .select2-container .select2-selection--multiple,
- .select2-container .select2-selection--single,
- .note-editor.note-frame {
- border-color: #d7d7d7!important;
- }
- .form-control {
- font-size: var(--font-size-common)!important;
- }
- .card .card-header {
- border-bottom-color: #ebebeb;
- }
- .custom-switch {
- padding-left: 0;
- padding-top: 10px;
- }
- #photo_preview {
- padding-top: 5px;
- }
- #photo_preview img.thumb {
- width: 300px;
- }
- .note-editor .note-btn {
- padding-left: 10px!important;
- padding-right: 10px!important;
- }
- .navbar .navbar-brand {
- letter-spacing: normal;
- text-transform: none;
- }
- .card-body-auth .invalid-feedback {
- font-size: var(--font-size-common);
- }
- .form-group .control-label,
- .form-group > label {
- font-size: var(--font-size-common)!important;
- padding-top: 10px;
- letter-spacing: normal;
- color: #000;
- }
- .form-label {
- color: #000;
- font-weight: 600;
- font-size: var(--font-size-common)!important;
- }
- .toggle-container .toggle {
- width: 96.8594px!important;
- height: 36px!important;
- }
- .navbar .nav-link.nav-link-user img {
- width: 40px;
- height: 40px;
- border-radius: 50%;
- object-fit: cover;
- }
- img.profile-photo {
- width: 100%;
- height: auto;
- }
- img.template-preview {
- width: 100%;
- height: 145px;
- border-radius: 6px;
- border: 2px solid #757575;
- }
- .funkyradio div {
- overflow: hidden;
- width: 100%;
- float: left;
- margin-right: 20px;
- font-weight: 700;
- font-size: 16px;
- margin-bottom: 10px;
- }
- .funkyradio div span {
- font-size: var(--font-size-common);
- }
- .funkyradio label {
- width: 100%;
- border-radius: 3px;
- border: 1px solid #D1D3D4;
- font-weight: 400;
- font-size: var(--font-size-common);
- color: #000;
- }
- .funkyradio input[type="radio"]:empty,
- .funkyradio input[type="checkbox"]:empty {
- display: none;
- font-size: var(--font-size-common)!important;
- }
- .funkyradio input[type="radio"]:empty ~ label,
- .funkyradio input[type="checkbox"]:empty ~ label {
- position: relative;
- line-height: 2.5em;
- text-indent: 3.25em;
- cursor: pointer;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .funkyradio input[type="radio"]:empty ~ label:before,
- .funkyradio input[type="checkbox"]:empty ~ label:before {
- position: absolute;
- display: block;
- top: 0;
- bottom: 0;
- left: 0;
- content: '';
- width: 2.5em;
- background: #D1D3D4;
- border-radius: 3px 0 0 3px;
- }
- .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
- .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
- color: #000;
- }
- .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
- .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
- content: '\2714';
- text-indent: .9em;
- color: #C2C2C2;
- }
- .funkyradio input[type="radio"]:checked ~ label,
- .funkyradio input[type="checkbox"]:checked ~ label {
- color: #000;
- }
- .funkyradio input[type="radio"]:checked ~ label:before,
- .funkyradio input[type="checkbox"]:checked ~ label:before {
- content: '\2714';
- text-indent: .9em;
- color: #000;
- background-color: #ccc;
- }
- .funkyradio input[type="radio"]:focus ~ label:before,
- .funkyradio input[type="checkbox"]:focus ~ label:before {
- box-shadow: 0 0 0 3px #999;
- }
- .funkyradio-success input[type="radio"]:checked ~ label:before,
- .funkyradio-success input[type="checkbox"]:checked ~ label:before {
- color: #fff;
- background-color: #6777ef;
- }
- .funkyradio1 .funkyradio-success {
- width: 25%;
- font-size: var(--font-size-common);
- float: left;
- }
- .funkyradio1 div {
- margin-bottom: 0!important;
- }
- /* Ajax Loader */
- #loader {
- display: none;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- background: rgba(0,0,0,0.75) url(loading.gif) no-repeat center center;
- z-index: 10000;
- }
- .razorpay-payment-button {
- box-shadow: 0 2px 6px #acb5f6;
- background-color: #6777ef;
- border-color: #6777ef;
- font-weight: 600;
- font-size: var(--font-size-common);
- line-height: 24px;
- padding: 5px 10px;
- color: #fff;
- border-style: none;
- border-radius: 4px;
- width: 100%;
- }
- .razorpay-payment-button:hover {
- background-color: #394eea!important;
- }
- .section .section-header .btn:hover,
- .section-body button[type="submit"]:hover {
- background: #000!important;
- }
- /* table tr th:last-child {
- width: 200px;
- } */
- table.t2 tr th:last-child {
- width: auto!important;
- }
- td.social a {
- width: 30px;
- height: 30px;
- text-align: center;
- line-height: 30px;
- display: inline-block;
- background: #000;
- color: #fff;
- border-radius: 3px;
- margin-right: 5px;
- margin-bottom: 5px;
- }
- .invoice hr {
- border-color: #dfdfdf;
- }
- hr.invoice-above-table {
- display: none;
- }
- @media print {
- .main-sidebar,
- .navbar,
- .section-header,
- .print-invoice-button,
- .section .section-title:before,
- hr.about-print-button {
- display:none!important;
- }
- .section .section-lead {
- margin-left: 0;
- }
- hr.invoice-above-table {
- display: block;
- margin-top: 20px;
- margin-bottom: 20px;
- }
- }
- /* TinyMCE Notification Off */
- .tox .tox-notification {
- display: none !important;
- }
- .page-item.active .page-link {
- color: #fff!important;
- }
- .rightsidetop {
- width: 100%!important;
- }
- @media (max-width: 991px) {
- .rightsidetop {
- width: auto!important;
- }
- }
- @media (max-width: 575px) {
- .rightsidetop {
- width: 100%!important;
- position: absolute;
- top: 15px;
- line-height: auto;
- }
- }
- .partial-item {
- border-radius: 4px;
- border: 2px solid #b4f3be;;
- padding: 20px;
- margin-bottom: 30px;
- }
- .dropdown-menu a {
- font-size: var(--font-size-common-1);
- }
- .message-item {
- margin-bottom: 30px;
- background: #fff;
- border: 1px solid #cecece;
- }
- .message-item .message-top {
- background: #f2f2f2;
- padding: 15px;
- }
- .message-item .message-top .left {
- display: inline-block;
- }
- .message-item .message-top .left img {
- width: 80px;
- height: 80px;
- border: 1px solid #cecece;
- border-radius: 50%;
- margin-right: 5px;
- }
- .message-item .message-top .right {
- display: inline-block;
- vertical-align: middle;
- }
- .message-item .message-top .right h4 {
- margin-top: 0;
- margin-bottom: 0;
- font-size: 20px;
- }
- .message-item .message-top .right h5 {
- margin-top: 5px;
- margin-bottom: 5px;
- font-size: 20px;
- font-size: 15px;
- font-weight: 400;
- }
- .message-item .message-top .right .date-time {
- font-size: 14px;
- color: #9e9e9e;
- }
- .message-item .message-bottom {
- padding: 15px;
- }
- .message-item-admin-border {
- border-left-color:#0663fc;
- border-left-width: 5px;
- }
|