.btn {
    display: inline-flex;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-selectpaycard input {
    position: absolute;
    z-index: 999;
}

.wallet {
    background-image: url(../images/wallet.png);
}

.irankish {
    background-image: url(../images/irankish.png);
}

.mellat {
    background-image: url(../images/mellat.png);
}

.melli {
    background-image: url(../images/melli1.png);
}

.payline {
    background-image: url(../images/payline.png);
}

.zarinpal {
    background-image: url(../images/zarinpal.png);
}

.parsian {
    background-image: url(../images/parsian.png);
}

.sepehr {
    background-image: url(../images/sepehr.png);
}

.cc-selectpaycard input:active + .drinkcard-cc,
.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selectpaycard input:checked + .drinkcard-cc,
.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}


.btn-lg {
    height: calc(2em + 1rem + 5px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 2;
}

.btn-caroop-radvin {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #191971;
    background: linear-gradient(90deg, #478dc1 25%, #010165);
    color: #fff !important;
}

.btn-caroop-radvin:hover {
    background: #fff;
    color: #191970 !important;
}


.btn-caroop-default {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #191971;
    color: #191971 !important;
}

.btn-caroop-default:hover {
    background: linear-gradient(90deg, #478dc1 25%, #010165);
    color: #fff !important;
}

.btn-caroop-default-radvin {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #191971;
    background: linear-gradient(90deg, #478dc1 25%, #010165);
    color: #ffffff !important;
}

.btn-caroop-default-radvin:hover {
    background: #ffffff;
    color: #191971 !important;
}

.btn-caroop-danger {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #dd6a57;
    color: #dd6a57 !important;
}

.btn-caroop-danger:hover {
    background: linear-gradient(90deg, #dd6a57 35%, #ff2400);
    color: #fff !important;
}

.btn-caroop-danger-radvin {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #dd6a57;
    background: linear-gradient(90deg, #dd6a57 35%, #ff2400);
    color: #ffffff !important;
}

.btn-caroop-danger-radvin:hover {
    color: #dd6a57 !important;
    background: #ffffff;
}

.btn-caroop-success {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #38a063;
    color: #38a063 !important;
}

.btn-caroop-success:hover {
    background: linear-gradient(90deg, #20c997, #25a06f);
    color: #fff !important;
}

.btn-caroop-success-radvin {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #38a063;
    color: #ffffff !important;
    background: linear-gradient(90deg, #20c997, #25a06f);
}

.btn-caroop-success-radvin:hover {
    color: #38a063 !important;
    background: #ffffff;
}

.btn-caroop-brown {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #bc905b;
    color: #bc905b !important;
}

.btn-caroop-brown:hover {
    background: linear-gradient(90deg, #bc905b, #c59c6b);
    color: #fff !important;
}

.btn-caroop-brown-radvin {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #38a063;
    color: #ffffff !important;
    background: linear-gradient(90deg, #bc905b, #c59c6b);
}

.btn-caroop-brown-radvin:hover {
    color: #bc905b !important;
    background: #ffffff;
}



@media (max-width:767.99px) {
    .btn-caroop {
        padding: .1rem .1rem;
        flex: 0 1 8.6rem;
    }
}

.btn-caroop-white {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #ffffff;
    color: #ffffff !important;
}

.btn-caroop-white:hover {
    background: linear-gradient(90deg, #ffffff 35%, #ffffff);
    color: #000000 !important;
}


.btn-caroop-black {
    text-align: center;
    border-radius: 10rem;
    min-width: 2rem;
    /* padding: 0.2rem 1rem 0.2rem 1rem; */
    border: 2px solid #000000;
    color: #000000 !important;
}

.btn-caroop-black:hover {
    background: linear-gradient(90deg, #000000 35%, #000000);
    color: #ffffff !important;
}


.ticket-replies .reply {
    background: #fff;
    border-radius: 3px;
    padding: 5px;
    position: relative;
}

.ticket-replies .replies-admin {
    direction: ltr
}

.ticket-replies .replies-user-info {
    display: inline-block;
    padding: 13px 11px;
    text-align: center;
    vertical-align: top;
    width: 120px;
    border-radius: 0 10px 10px 25px;
    font-size: 0.8em;
}

.ticket-replies .replies-user-info .replies-user-image {
    border-radius: 50%;
    max-width: 100%;
    margin-bottom: 5px;
    width: 64px;
    height: 64px;
    border: 2px solid #e53935;

}

.ticket-replies .replies-user-info > span {
    display: block
}

.ticket-replies .replies-user-info .replies-user-title {
    color: #616161;
    text-align: initial;
    width: 120px
}

.ticket-replies .replies-admin-info .replies-admin-title {
    color: #616161;
    text-align: left;
    width: 120px
}

.ticket-replies .replies-user-info .replies-user-title span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    width: calc(100% - 20px)
}

.ticket-replies .replies-user-info .replies-user-title i {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 15px
}

.ticket-replies .replies-user-info .replies-user-type {
    border-radius: 15px;
    height: 24px;
    margin: 0;
    text-align: right;
    width: 100px
}

.ticket-replies .replies-admin .replies-user-info .replies-user-type {
    background: #3F51B5;
    border: 2px solid #3F51B5
}

.ticket-replies .replies-client .replies-user-info .replies-user-type {
    background: #e53935;
    border: 2px solid #e53935
}

.ticket-replies .replies-user-info .replies-user-type span {
    color: #fff;
    display: inline-block;
    height: 24px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: calc(100% - 28px)
}

.ticket-replies .replies-user-info .replies-user-type i {
    background: #fff;
    border-radius: 100%;
    color: #ccc;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 20px
}

.ticket-replies .replies-info {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 125px);
}

.ticket-replies .replies-date-attachment {
    position: absolute;
    bottom: -1px;
    z-index: 1
}

.ticket-replies .replies-admin .replies-date-attachment {
    direction: ltr;
    right: -1px;
    align-self: center;
    align-items: center;
    vertical-align: middle;
}

.ticket-replies .replies-client .replies-date-attachment {
    left: -1px
}

.ticket-replies .replies-date {
    background: #f7f7f7;
    color: #757575;
    display: flex;
    direction: ltr;
    height: 32px;
    padding: 0 5px 0 20px;
    align-content: center;
    align-items: center;
}

.ticket-replies .replies-admin .replies-date {
    border-radius: 10px 0 0 0
}

.ticket-replies .replies-client .replies-date {
    border-radius: 0 10px 0 0
}

.ticket-replies .replies-attahcments {
    display: inline-block;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
    vertical-align: top
}

.ticket-replies .replies-admin .attachemets-list + .replies-date {
    border-radius: 0 0 10px 0
}

.ticket-replies .replies-client .attachemets-list + .replies-date {
    border-radius: 0 0 0 5px
}

.replies-attahcments + .attachemets-list {
    display: none
}

.ticket-replies .replies-admin .replies-attahcments {
    background: #3F51B5;
    border-radius: 5px 0 0 0;
    margin-right: 0
}

.ticket-replies .replies-client .replies-attahcments {
    background: #e53935;
    border-radius: 0 5px 0 0;
    margin-left: -4px
}

.ticket-modals .modal-content {
    border: none;
    border-radius: 3px
}

.ticket-modals .modal-header {
    background: #0888f5;
    border: none;
    border-radius: 3px 3px 0 0;
    color: #fff;
    height: 38px;
    padding: 10px 15px 0 10px
}

.ticket-modals .close {
    color: #fff;
    height: 38px;
    line-height: 1;
    outline: none;
    position: relative;
    text-align: left;
    text-shadow: none;
    top: -9px;
    left: 5px;
    transition: all .2s ease-in-out;
    vertical-align: top;
    width: 40px
}

.ticket-modals .modal-title {}

#modal-ticket-attachments ul {
    direction: ltr;
    display: block;
    padding: 0;
    width: 100%
}

#modal-ticket-attachments ul li {
    direction: ltr;
    transition: all .25s ease-in-out
}

#modal-ticket-attachments ul li:nth-child(odd) {
    background: #FAFAFA
}

#modal-ticket-attachments ul li:nth-child(even) {
    background: #EEE
}

#modal-ticket-attachments ul li:hover {
    background: #E0E0E0
}

#modal-ticket-attachments ul li a {
    color: #757575;
    transition: all .25s ease-in-out
}

#modal-ticket-attachments ul li:hover a {
    color: #424242
}

#modal-ticket-attachments ul li .fa {
    background: #3f51b5;
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    opacity: .5;
    text-align: center;
    vertical-align: top;
    width: 32px
}

#modal-ticket-attachments ul li span {
    color: inherit;
    display: inline-block;
    height: 32px;
    line-height: 36px;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
    width: calc(100% - 38px)
}

.ticket-replies .replies-date span,
.ticket-replies .replies-date i {
    display: inline-block;
    direction: ltr;
    vertical-align: middle;
}

.ticket-replies .replies-date i {
    position: relative;
    margin: 0 5px 0 -10px;
}

.ticket-replies .replies-content {
    background: #fdfdfd;
    border: 1px solid #f7f7f7;
    border-radius: 3px;
    color: #616161;
    min-height: 140px;
    padding: 15px 15px 30px;
    position: relative;
    direction: rtl;
}

.ticket-replies .replies-admin .replies-content:before {
    border: 12px solid #f7f7f7;
    border-radius: 50px 0 0 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: calc(100% + 1px);
    top: 5px;
    z-index: 1;
    display: none
}

.ticket-replies .replies-admin .replies-content:after {
    border: 16px solid #fff;
    border-radius: 25px 0 0 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: calc(100% + 1px);
    top: 18px;
    z-index: 2;
    display: none
}

.ticket-replies .replies-client .replies-content:before {
    border: 12px solid #fff;
    border-radius: 0 50px 0 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(100% + 1px);
    top: 5px;
    z-index: 1;
    display: none
}

.ticket-replies .replies-client .replies-content:after {
    border: 16px solid #fff;
    border-radius: 0 25px 0 0;
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(100% + 1px);
    top: 18px;
    z-index: 2;
    display: none
}

.ticket-replies .replies-rank {
    padding-top: 15px
}

.ticket-replies .rating span.star {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all .2s ease-in-out
}

.ticket-replies .rating span.star:hover,
.ticket-replies .rating span.star:hover ~ span.star,
.ticket-replies .rating-done span.star.active {
    color: #FFC107
}

#modal-ticket-add-reply .md-header,
#modal-ticket-add-reply .md-footer,
#modal-ticket-add-reply .md-fullscreen-controls {
    display: none
}

#modal-ticket-add-reply label[for="inputMessage"] {
    color: #757575;
    font-weight: 400
}

#modal-ticket-add-reply .md-editor {
    border: none
}

#modal-ticket-add-reply .md-editor textarea {
    border: 1px solid #eee !important;
    border-radius: 3px;
    display: block;
    margin: 0;
    width: calc(100%)
}

#modal-ticket-add-reply .input-attachment-item input {
    height: .01px;
    width: .01px;
    overflow: hidden
}

#modal-ticket-add-reply .attachments-title-conainer {
    border-bottom: 1px solid #eee;
    padding: 2px 7px 4px 4px
}

#modal-ticket-add-reply .attachments-title-conainer:after {
    clear: both;
    content: "";
    display: block;
    width: 100%
}

#modal-ticket-add-reply .attachments-title-conainer .addTicketAttachmentItem {
    float: left;
    padding: 1px 10px;
    outline: none;
    line-height: 25px;
}

#modal-ticket-add-reply .attachments-title-conainer .addTicketAttachmentItem i {
    display: inline-block;
    position: relative;
    padding: 5px;
    top: 1px;
    vertical-align: initial
}

.input-attachment-items {
    margin: 10px 0
}

.input-attachment-item {
    border-radius: 3px;
    margin: 3px 0;
    overflow: hidden;
    transition: all .25s ease-in-out
}

.input-attachment-item:nth-child(even) {
    background: #F5F5F5
}

.input-attachment-item:nth-child(odd) {
    background: #EEE
}

.input-attachment-item:hover {
    background: #E0E0E0
}

.input-attachment-item label i,
.input-attachment-item label span {
    display: inline-block
}

.input-attachment-item label {
    display: block;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.input-attachment-item .selectfile {
    background: #3F51B5;
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    padding: 5px 10px
}

.input-attachment-item .selectedfile {
    color: #3f51b5;
    direction: ltr;
    line-height: 36px;
    padding: 0 5px;
    text-align: left;
    vertical-align: top;
    width: calc(98% - 100px)
}

a.autoLinked {
    color: #2392ec;
    word-wrap: break-word
}

@media(max-width: 576px) {
    .ticket-replies .replies-info {
        width: 100%
    }

    .ticket-replies .replies-user-info {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        background: #fff;
        border: 0
    }

    .ticket-replies .replies-client .replies-user-info {
        text-align: right
    }

    .ticket-replies .replies-user-info .replies-user-type {
        height: 20px
    }

    .ticket-replies .replies-user-info .replies-user-type span {
        height: 18px;
        line-height: 17px;
        vertical-align: top
    }

    .ticket-replies .replies-user-info .replies-user-type i {
        height: 16px;
        line-height: 16px;
        font-size: 8px;
        width: 16px
    }

    .ticket-replies .replies-client .replies-content:before {
        border: 8px solid #f7f7f7;
        border-radius: 0 20px 0 0;
        bottom: calc(100% + 1px);
        display: none;
        left: auto;
        right: 4px;
        top: auto
    }

    .ticket-replies .replies-client .replies-content:after {
        border: 9px solid #fff;
        border-radius: 0 30px 0 0;
        bottom: calc(100% + 1px);
        display: none;
        left: auto;
        right: 13px;
        top: auto
    }

    .ticket-replies .replies-client .replies-user-info .replies-user-image {
        float: right;
        margin-top: 0;
        width: 48px
    }

    .ticket-replies .replies-client .replies-user-info .replies-user-title {
        display: inline-block;
        height: 24px;
        padding-right: 9px;
        vertical-align: top;
        width: calc(100% - 55px)
    }

    .ticket-replies .replies-client .replies-user-info .replies-user-type {
        border: 1px solid #e53935;
        border-right: 2px solid #e53935;
        display: inline-block;
        float: right;
        margin-right: 5px
    }

    .ticket-replies .replies-admin .replies-content:before {
        border: 8px solid #f7f7f7;
        border-radius: 20px 0 0 0;
        bottom: calc(100% + 1px);
        display: none;
        left: auto;
        left: 4px;
        top: auto
    }

    .ticket-replies .replies-admin .replies-content:after {
        border: 9px solid #fff;
        border-radius: 30px 0 0 0;
        bottom: calc(100% + 1px);
        display: none;
        left: auto;
        left: 13px;
        top: auto
    }

    .ticket-replies .replies-admin .replies-user-info {
        text-align: left
    }

    .ticket-replies .replies-admin .replies-user-info .replies-user-image {
        float: left;
        margin-top: 0;
        width: 48px
    }

    .ticket-replies .replies-admin .replies-user-info .replies-user-title {
        direction: ltr;
        display: inline-block;
        height: 24px;
        padding-left: 9px;
        text-align: left;
        vertical-align: top;
        width: calc(100% - 55px)
    }

    .ticket-replies .replies-admin .replies-user-info .replies-user-type {
        display: inline-block;
        float: left;
        margin-left: 5px;
        direction: ltr;
        text-align: left
    }

    .ticket-replies .replies-admin .replies-user-info .replies-rank {
        display: none
    }
}

.ticket-info {
    font-size: 100%;
}

.ticket-info-block {
    padding: 0 0 10px
}

.ticket-info-block.btns {
    text-align: center
}

.ticket-info-block .ticket-info-block-content {
    border-radius: 5px;
    padding: 20px 10px 15px;
    position: relative;
    border: 1px solid #f5f5f5
}

.ticket-info-block .ticket-info-block-btn {
    border-radius: 3px;
    padding: 5px;
    position: relative
}

.ticket-info-block .ticket-info-item {
    padding: 5px 10px
}

.ticket-info-block .ticket-info-item .icon {
    color: #52a3e8;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    vertical-align: top;
    width: 30px
}

.ticket-info-block .ticket-info-item .title {
    color: #757575;
    display: inline-block;
    height: 30px;
    line-height: 34px;
    vertical-align: top
}

.ticket-info-block .ticket-info-item .value {
    color: #757575;
    display: inline-block;
    float: left;
    height: 30px;
    padding: 8px 0;
    text-align: left;
    vertical-align: top;
    width: calc(95% - 135px)
}

.ticket-status {
    display: inline-block;
    height: 28px;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    right: 1px;
    top: 10px;
    transform: rotateZ(-90deg);
    transform-origin: top right;
    width: 90px;
    z-index: 1;
    color: #0b75b6 !important
}

.ticket-status:before {
    border: 14px solid;
    border-left: 16px solid transparent;
    bottom: 0;
    content: "";
    display: inline-block;
    left: -25px;
    position: absolute;
    right: -1px;
    top: 0;
    z-index: -1px
}

.ticket-status span {
    color: #fff;
    position: absolute;
    z-index: 1
}

/* 
.ticket-info-block .ticket-info-item .btn {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	min-width: 110px;
	padding: 5px 8px 0 5px;
	text-align: right;
	vertical-align: top;
	width: 100%
} */

/* .ticket-info-block .ticket-info-item .btn i {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-left: 1px;
	text-align: center;
	vertical-align: top;
	width: 20px
} */

.ticket-info-block .ticket-info-item .btn span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: top
}

.ticket-info-block .close-ticket {
    background: #e53935
}

.ticket-info-block .add-reply {
    background: #00C853
}

.ticket-info-block .replies-attahcments {
    background: #FFA000
}

@media (max-width: 992px) {
    .ticket-info {
        border-radius: 3px;
        box-shadow: none;
        padding: 0 0 5px;
        position: rela tive
    }

    .ticket-info > div {
        position: static
    }

    .ticket-info > div:nth-child(2) {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px
    }

    .ticket-info-block {
        padding: 0
    }

    .ticket-info-block.btns {
        padding-top: 5px
    }

    .ticket-info-block.btns .ticket-info-item {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        width: 32%
    }

    .ticket-info-block.btns .ticket-info-item .btn {
        text-align: center;
        width: 100%
    }

    .ticket-info-block .ticket-info-block-content {
        box-shadow: none;
        padding: 0;
        position: static
    }
}

@media (max-width: 567px) {
    .ticket-info > div:nth-child(2) {
        border-bottom: none;
        padding-bottom: 0
    }

    .ticket-info-block .ticket-info-item .value {
        display: block;
        line-height: auto;
        padding-right: 55px;
        padding-top: 0;
        text-align: left;
        width: 100%
    }

    .ticket-info-block.btns .ticket-info-item,
    .ticket-info-block.btns .ticket-info-item .btn {
        text-align: center;
        width: 100%
    }
}

.removefavourite {
    display: none;
}

.card-kazemi-header {
    width: 100%;
    position: relative;
    border-radius: .3333rem .3333rem 0 0;
}

.addfavevent {
    cursor: pointer;
    z-index: 1001;
    display: flex;
    position: absolute;
    bottom: -20px;
    left: 10px;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 7px 0 rgba(30, 80, 145, .25);
}

.addfavevent i {
    font-size: 14px;
    color: #191970;
    line-height: inherit;
}

.topfilterevent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 100%;
/*    background-color: #f5f5f5;*/
    border-radius: 1rem;
}

.topfilterevent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 100%;
}

.topfiltereventdetails {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: auto;
    margin-left: auto;
}

.topfiltereventtypes {
    margin-left: 1rem;
}

.topfiltereventtypes span {
    margin-left: .5rem
}

.topfiltereventtypes select {
    border: 1px solid #c1cfe6;
    height: 35px;
    border-radius: 5px;
    width: 160px;
    padding: 0 10px;
    outline: none;
    cursor: pointer
}

.topfiltereventgrid {
    position: relative;
    border: 1px solid #c1cfe6;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.topfiltereventgrid span {
    cursor: pointer;
    padding: 10px
}

.topfiltereventgrid span i {
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    color: #c1cfe6;
    transition: all .5s
}

.topfiltereventgrid span i.active,
.topfiltereventgrid span i:hover {
    color: #5d597a
}

.topfiltereventgrid:before {
    content: "";
    position: absolute;
    top: 6px;
    right: 50%;
    height: 20px;
    border-right: 1px solid #c1cfe6
}

@media (max-width:767.98px) {

    .topfiltereventbreadcrumb,
    topfiltereventdetails {
        margin-bottom: 1rem;
    }

    .topfiltereventtypes select {
        width: 120px
    }

    .topfiltereventtypes span {
        display: none
    }

    .topfilterevent {
        flex-wrap: wrap
    }

    .topfiltereventholder {
        padding: .3rem 1rem !important
    }
}


.btn-caroop {
    color: #fff;
    background-color: #336699;
    border-color: #336699;
}

.btn-caroop:hover {
    color: #fff;
    background-color: #191970;
    border-color: #191970;
}

.btn-caroop.focus,
.btn-caroop:focus {
    background-color: #191970;
    border-color: #191970;
}

.btn-caroop.focus.fs--shadow,
.btn-caroop:focus.fs--shadow {
    box-shadow: 0 0 1px 2px rgba(214, 92, 139, .45)
}

.btn-caroop:not(:disabled):not(.disabled).active,
.btn-caroop:not(:disabled):not(.disabled):active,
.show > .btn.btn-pink.dropdown-toggle {
    background-color: #336699;
    border-color: #336699;
    color: #fff
}

.btn-caroop.disabled,
.btn-caroop:disabled {
    background-color: #336699;
    border-color: #191970
}

.caroop-bg-red {
    background: linear-gradient(90deg, #ff5969, #d01d31)
}

.caroop-bg-blue {
    background: linear-gradient(90deg, #01d1de, #0289fe)
}

.caroop-bg-green {
    background: linear-gradient(90deg, #4dba64, #25a06f)
}

.caroop-bg-orange {
    background: linear-gradient(90deg, #ff8f3c, #ff5343)
}

.caroop-bg-primary {
    background: linear-gradient(90deg, #4dba64, #25a06f)
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
}

.card-body ul {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    padding-left: 0px;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
}

.card-body ul li {
    list-style: none;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}

.card-body ul li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.card-body ul li:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom: 0px solid #ddd;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: 8px;
}

.card-footer {
    padding: 0.75rem 1.25rem;
/*    background-color: rgba(0, 0, 0, 0.03);*/
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
    .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
    .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
    .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
    .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

.card-header, .page-header {
    border-bottom: 2px solid #f5f5f5;
    margin: 0 0 10px 0;
    padding: 0 15px 10px 15px;
    position: relative;
/*    margin-bottom: 0;*/
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #303030;
    line-height: 1.3em;
    
}

.card-header:before, .page-header:before {
    width: 80px;
    height: 2px;
    background-color: #dcdcdc;
    position: absolute;
    bottom: -2px;
    right: 18px;
    z-index: 1;
    content: '';
}

.card-header:after, .page-header:after {
    width: 13px;
    height: 2px;
    background-color: #ffb02d;
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 1;
    content: '';
}


@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
        direction: rtl;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.dropdownpanel {
    display: inline-block;
    position: relative;
}

.dropdownpanel-content {
    margin: 0;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    border: 1px solid #ededed;
    border-radius: 5px;
    width: 250px;
    position: relative;
    max-width: none !important;
    padding: 5px 0 5px;
    display: none;
    position: absolute;
    left: 0;
    right: auto;
}

.dropdownpanel:hover .dropdownpanel-content {
    display: block;
}

.dropdownpanel-btn {
    background-color: green;
    padding: 10px;
    color: white;
    border: none;
}

.dropdownpanel-content a {
    align-items: center;
    display: flex;
    padding: 10px;
    color: #000;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 10px 10px 10px;
    line-height: 1.31;

}

.dropdownpanel-content a:hover {
    align-items: center;
    display: flex;
    background: #ffb02d;
    color: #fff;
}



.panel {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 8px;
}

.panel > hr {
    margin-right: 0;
    margin-left: 0;
}

.panel > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.panel > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.panel > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.panel > .panel-header + .list-group,
.panel > .list-group + .panel-footer {
    border-top: 0;
}

.panel-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
}

.panel-body ul {
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    padding-left: 0px;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
}

.panel-body ul li {
    list-style: none;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
}

.panel-body ul li:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.panel-body ul li:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
    border-bottom: 0px solid #ddd;
}

.panel-title {
    margin-bottom: 0.75rem;
}

.panel-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.panel-text:last-child {
    margin-bottom: 0;
}

.panel-link:hover {
    text-decoration: none;
}

.panel-link + .panel-link {
    margin-left: 1.25rem;
}

.panel-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.panel-header:first-child {
    border-radius: 8px;
}

.panel-footer {
    padding: 0.75rem 1.25rem;
/*    background-color: rgba(0, 0, 0, 0.03);*/
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.panel-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.panel-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.panel-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.panel-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

.panel-img,
.panel-img-top,
.panel-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.panel-img,
.panel-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.panel-img,
.panel-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.panel-deck .panel {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .panel-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .panel-deck .panel {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.panel-group > .panel {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .panel-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .panel-group > .panel {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .panel-group > .panel + .panel {
        margin-left: 0;
        border-left: 0;
    }

    .panel-group > .panel:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .panel-group > .panel:not(:last-child) .panel-img-top,
    .panel-group > .panel:not(:last-child) .panel-header {
        border-top-right-radius: 0;
    }

    .panel-group > .panel:not(:last-child) .panel-img-bottom,
    .panel-group > .panel:not(:last-child) .panel-footer {
        border-bottom-right-radius: 0;
    }

    .panel-group > .panel:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .panel-group > .panel:not(:first-child) .panel-img-top,
    .panel-group > .panel:not(:first-child) .panel-header {
        border-top-left-radius: 0;
    }

    .panel-group > .panel:not(:first-child) .panel-img-bottom,
    .panel-group > .panel:not(:first-child) .panel-footer {
        border-bottom-left-radius: 0;
    }
}

.panel-columns .panel {
    margin-bottom: 0.75rem;
}

.panel-header {
    border-bottom: 2px solid #f5f5f5;
    margin: 0 0 10px 0;
    padding: 0 15px 10px 15px;
    position: relative;
    margin-bottom: 0;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #303030;
    line-height: 1.3em;
}

.panel-header:before {
    width: 80px;
    height: 2px;
    background-color: #dcdcdc;
    position: absolute;
    bottom: -2px;
    right: 18px;
    z-index: 1;
    content: '';
}

.panel-header:after {
    width: 13px;
    height: 2px;
    background-color: #ffb02d;
    position: absolute;
    bottom: -2px;
    right: 0;
    z-index: 1;
    content: '';
}

.avatarpresenter {
    vertical-align: middle;
    width: 7em;
    height: 7em;
    max-width: 7em;
    max-height: 7em
    border-radius: 50%;
    border: 3px solid red;
    line-height: 1;
}

.avatarradvin {
    vertical-align: middle;
    width: 5em;
    height: 5em;
    max-width: 5em;
    max-height: 5em;
    border-radius: 50%;
    border: 3px solid red;
}

.avatarlogin {
    vertical-align: middle;
    width: 3em;
}

.avatar11 {
    vertical-align: middle;
    width: 6em;
    height: 6em;
    max-width: 6em;
    max-height: 6em;
    border-radius: 50%;
    border: 2px solid #000;
}

.avatarfacultymemberradvin {
    vertical-align: middle;
    width: 100%;
    max-width: 15em;
    height: auto;
    border-radius: 1rem;
    border: 0px solid #DDD;
}

.presenterbox {
    border-bottom: 1px dotted #e2e2e2;
}

.post-inline-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}